| Index: core/dom/DocumentFragment.idl
|
| diff --git a/core/dom/DocumentFragment.idl b/core/dom/DocumentFragment.idl
|
| index 076c94967b541f98e5744975217b0e82f29502ae..942f021f7c8620ff56832619fbe10a9893f272cc 100644
|
| --- a/core/dom/DocumentFragment.idl
|
| +++ b/core/dom/DocumentFragment.idl
|
| @@ -19,7 +19,7 @@
|
|
|
| [
|
| Constructor,
|
| - ConstructorCallWith=ScriptExecutionContext
|
| + ConstructorCallWith=Document
|
| ] interface DocumentFragment : Node {
|
| // NodeSelector - Selector API
|
| [RaisesException] Element querySelector(DOMString selectors);
|
|
|