Chromium Code Reviews| Index: Source/core/dom/CharacterData.idl |
| diff --git a/Source/core/dom/CharacterData.idl b/Source/core/dom/CharacterData.idl |
| index 7132d6de9505d1112aac4904df147358f35aad8d..153cc7ac28207852d60e07e7dfb1bc38fe24a8f8 100644 |
| --- a/Source/core/dom/CharacterData.idl |
| +++ b/Source/core/dom/CharacterData.idl |
| @@ -32,4 +32,4 @@ interface CharacterData : Node { |
| }; |
| CharacterData implements ChildNode; |
| - |
| +CharacterData implements NonDocumentTypeChildNode; |