Index: Source/core/workers/SharedWorker.idl |
diff --git a/Source/core/workers/SharedWorker.idl b/Source/core/workers/SharedWorker.idl |
index c646d327853343a1fb5731340f9256e920a467b8..afa905ea7c659c6c71e6dc461484a27911b2bba1 100644 |
--- a/Source/core/workers/SharedWorker.idl |
+++ b/Source/core/workers/SharedWorker.idl |
@@ -32,8 +32,8 @@ |
[ |
EnabledAtRuntime, |
Constructor(DOMString scriptURL, [Default=NullString] optional DOMString name), |
- CallWith=ScriptExecutionContext, |
- RaisesException |
+ ConstructorCallWith=ScriptExecutionContext, |
+ ConstructorRaisesException |
] interface SharedWorker : AbstractWorker { |
readonly attribute MessagePort port; |
}; |