| Index: Source/core/dom/DocumentFragment.idl
|
| diff --git a/Source/core/dom/DocumentFragment.idl b/Source/core/dom/DocumentFragment.idl
|
| index 005032a254e262464d636cccd1c2edcc3782e932..a91af7bad9ad5a7c15d2d9cf26286044baa73396 100644
|
| --- a/Source/core/dom/DocumentFragment.idl
|
| +++ b/Source/core/dom/DocumentFragment.idl
|
| @@ -19,7 +19,7 @@
|
|
|
| [
|
| Constructor,
|
| - ConstructorCallWith=Document,
|
| + ConstructorCallWith=ExecutionContext,
|
| ] interface DocumentFragment : Node {
|
| // NonElementParentNode API.
|
| Element getElementById(DOMString elementId);
|
|
|