Chromium Code Reviews| Index: Source/core/dom/DocumentType.idl |
| diff --git a/Source/core/dom/DocumentType.idl b/Source/core/dom/DocumentType.idl |
| index e3e1f2a9cb7e51b21b90161d474d5d764072647e..8f192f3f5621f59dbdadd03c27750200a47f59e9 100644 |
| --- a/Source/core/dom/DocumentType.idl |
| +++ b/Source/core/dom/DocumentType.idl |
| @@ -32,3 +32,4 @@ interface DocumentType : Node { |
| [TreatReturnedNullStringAs=Null] readonly attribute DOMString internalSubset; |
| }; |
| +DocumentType implements ChildNode; |