Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 11136c74adb787c36dd3c1b5ce1ef8c676fc810a..c301ca0581e11c06abcd14802e8090c35271fc45 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; } |