diff options
Diffstat (limited to 'components/script/dom/webidls/TestBindingProxy.webidl')
-rw-r--r-- | components/script/dom/webidls/TestBindingProxy.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/TestBindingProxy.webidl b/components/script/dom/webidls/TestBindingProxy.webidl index 61ef19db296..f0117721d73 100644 --- a/components/script/dom/webidls/TestBindingProxy.webidl +++ b/components/script/dom/webidls/TestBindingProxy.webidl @@ -11,7 +11,7 @@ // This interface is entirely internal to Servo, and should not be accessible to // web pages. -[Pref="dom.testbinding.enabled"] +[Pref="dom.testbinding.enabled", Exposed=(Window,Worker)] interface TestBindingProxy : TestBinding { readonly attribute unsigned long length; |