Index: workers/SharedWorker.idl |
diff --git a/workers/SharedWorker.idl b/workers/SharedWorker.idl |
index 3680ec16be88facfcc095b130d1ce53c9b92bd15..1f2e8450751b4f6feaa56906e2ea3ec0ed13fd44 100644 |
--- a/workers/SharedWorker.idl |
+++ b/workers/SharedWorker.idl |
@@ -31,13 +31,9 @@ |
[ |
Conditional=SHARED_WORKERS, |
- JSCustomConstructor, |
Constructor(in DOMString scriptURL, in [Optional=DefaultIsNullString] DOMString name), |
CallWith=ScriptExecutionContext, |
- ConstructorRaisesException, |
- JSCustomMarkFunction, |
- JSGenerateToNativeObject, |
- JSGenerateToJSObject |
+ ConstructorRaisesException |
] interface SharedWorker : AbstractWorker { |
readonly attribute MessagePort port; |
}; |