| 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; }
|
|
|
|
|