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

Unified Diff: Source/core/dom/shadow/ShadowRoot.idl

Issue 799543002: Let ShadowRoot.getElementById() fall back to DocumentFragment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/shadow/ShadowRoot.idl
diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl
index f884756a4f942ac4d426364c6fa72ec529ff9334..5c319967c2cefaf40135b69b66e84b5847dacf98 100644
--- a/Source/core/dom/shadow/ShadowRoot.idl
+++ b/Source/core/dom/shadow/ShadowRoot.idl
@@ -33,7 +33,6 @@ interface ShadowRoot : DocumentFragment {
[RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
Selection getSelection();
- Element getElementById([Default=Undefined] optional DOMString elementId);
HTMLCollection getElementsByClassName([Default=Undefined] optional DOMString className);
HTMLCollection getElementsByTagName([Default=Undefined] optional DOMString tagName);
HTMLCollection getElementsByTagNameNS([Default=Undefined] optional DOMString? namespaceURI,
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698