Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(732)

Unified Diff: Source/core/dom/DocumentType.idl

Issue 17379016: Introduce ChildNode IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typo Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/ChildNode.idl ('k') | Source/core/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentType.idl
diff --git a/Source/core/dom/DocumentType.idl b/Source/core/dom/DocumentType.idl
index 352da12c937ef9b1361ad37eeb4f10a8a8b277a6..e3e1f2a9cb7e51b21b90161d474d5d764072647e 100644
--- a/Source/core/dom/DocumentType.idl
+++ b/Source/core/dom/DocumentType.idl
@@ -29,11 +29,6 @@ interface DocumentType : Node {
[TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
[TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString internalSubset;
-
- // ChildNode interface API
- readonly attribute Element previousElementSibling;
- readonly attribute Element nextElementSibling;
- [RaisesException] void remove();
+ [TreatReturnedNullStringAs=Null] readonly attribute DOMString internalSubset;
};
« no previous file with comments | « Source/core/dom/ChildNode.idl ('k') | Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698