| Index: Source/core/dom/DocumentFragment.idl
|
| diff --git a/Source/core/dom/DocumentFragment.idl b/Source/core/dom/DocumentFragment.idl
|
| index 942f021f7c8620ff56832619fbe10a9893f272cc..4f1ecf98231b44ae59fc1cb1781954b292022c77 100644
|
| --- a/Source/core/dom/DocumentFragment.idl
|
| +++ b/Source/core/dom/DocumentFragment.idl
|
| @@ -19,7 +19,7 @@
|
|
|
| [
|
| Constructor,
|
| - ConstructorCallWith=Document
|
| + ConstructorCallWith=Document,
|
| ] interface DocumentFragment : Node {
|
| // NodeSelector - Selector API
|
| [RaisesException] Element querySelector(DOMString selectors);
|
| @@ -27,4 +27,3 @@
|
| };
|
|
|
| DocumentFragment implements ParentNode;
|
| -
|
|
|