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

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

Issue 251633002: Add support for DocumentFragment.getElementById() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use isInTreeScope() instead of isInDocument() Created 6 years, 8 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 40c837de1e9afd6e835a0cd728bb3edecba8ba87..3d45fdc6e25289abf3ffd793a6a0ecb63d2fe293 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -252,6 +252,7 @@ public:
using SecurityContext::securityOrigin;
using SecurityContext::contentSecurityPolicy;
using ExecutionContextClient::addConsoleMessage;
+ using TreeScope::getElementById;
virtual bool canContainRangeEndPoint() const OVERRIDE { return true; }

Powered by Google App Engine
This is Rietveld 408576698