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

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

Issue 23005010: Drop [LegacyImplementedInBaseClass] from ParentNode interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build issues Created 7 years, 4 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/ParentNode.h ('k') | no next file » | 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 358271b084c03113b4410aec5fe948777f2bf391..8de54f83d862b0c6cf95b0800acc7618d7cbb09c 100644
--- a/Source/core/dom/ParentNode.idl
+++ b/Source/core/dom/ParentNode.idl
@@ -1,6 +1,5 @@
[
NoInterfaceObject,
- LegacyImplementedInBaseClass
] interface ParentNode {
[PerWorldBindings] readonly attribute HTMLCollection children;
[PerWorldBindings] readonly attribute Element firstElementChild;
« no previous file with comments | « Source/core/dom/ParentNode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698