Index: core/dom/Comment.idl |
diff --git a/core/dom/Comment.idl b/core/dom/Comment.idl |
index d928c6ef11a8d1ab9ad255f6d68961b1f9c39a3d..0503d63153b2b7dfde006ff08794926635e7c844 100644 |
--- a/core/dom/Comment.idl |
+++ b/core/dom/Comment.idl |
@@ -19,7 +19,7 @@ |
[ |
Constructor([Default=NullString] optional DOMString data), |
- ConstructorCallWith=ScriptExecutionContext |
+ ConstructorCallWith=Document |
] interface Comment : CharacterData { |
}; |