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

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

Issue 17550010: Move IDL implements statements to IDL files that implement the interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/Element.idl ('k') | Source/core/svg/SVGAElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ParentNode.idl
diff --git a/Source/core/dom/ParentNode.idl b/Source/core/dom/ParentNode.idl
index fef5c3b6ef268681a2c11ac1e303bce531081210..10b418e9a8750f858cb61bc50a0e26da42399ce6 100644
--- a/Source/core/dom/ParentNode.idl
+++ b/Source/core/dom/ParentNode.idl
@@ -7,6 +7,3 @@
[PerWorldBindings] readonly attribute unsigned long childElementCount;
};
-Document implements ParentNode;
-DocumentFragment implements ParentNode;
-Element implements ParentNode;
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/svg/SVGAElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698