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

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

Issue 967753003: Add the NonElementParentNode interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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/core.gypi ('k') | Source/core/dom/DocumentFragment.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index 89bf22b9ff32b7a1f344f12ba9209bcb1cf09276..3fb93efe04d4b331d3c76985636e63849d480401 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -83,9 +83,6 @@ enum VisibilityState { "hidden", "visible", "prerender", "unloaded" };
[RaisesException=Setter, MeasureAs=DocumentXMLVersion] attribute DOMString? xmlVersion;
[RaisesException=Setter, MeasureAs=DocumentXMLStandalone] attribute boolean xmlStandalone;
- // https://dom.spec.whatwg.org/#interface-nonelementparentnode
- [PerWorldBindings] Element? getElementById(DOMString elementId);
-
// HTML
// https://html.spec.whatwg.org/#the-document-object
@@ -235,3 +232,4 @@ enum VisibilityState { "hidden", "visible", "prerender", "unloaded" };
Document implements GlobalEventHandlers;
Document implements ParentNode;
+Document implements NonElementParentNode;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/DocumentFragment.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698