From 93c89193c1f2a29b00741d1494f262642108abe2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 21 Nov 2012 15:21:42 +0000 Subject: make property shared status and type handling selection generic --- test/data/bindings/window.bnd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/data/bindings/window.bnd b/test/data/bindings/window.bnd index 42b40f4..7b411b1 100644 --- a/test/data/bindings/window.bnd +++ b/test/data/bindings/window.bnd @@ -31,8 +31,8 @@ binding window { internal "JSObject *" console; internal "JSObject *" location; - unshared type EventHandler; - unshared foo; + shared unshared type EventHandler; + shared unshared foo; } api mark %{ -- cgit v1.2.3