summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/data/bindings/window.bnd4
1 files changed, 2 insertions, 2 deletions
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 %{