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

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

Issue 799523002: Split NonDocumentTypeChildNode from ChildNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/NonDocumentTypeChildNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index 1e5555ac176ac3ff133929342417ce1fed7109f5..465a2030c96b0d6c1ab14a6fb39e8c145ec52564 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -135,3 +135,4 @@ interface Element : Node {
Element implements ParentNode;
Element implements ChildNode;
+Element implements NonDocumentTypeChildNode;
« no previous file with comments | « Source/core/dom/ChildNode.idl ('k') | Source/core/dom/NonDocumentTypeChildNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698