| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index 123cca4260ff8ba87ed068b31a73fd8f22d0993f..d084f6bc7c47fb436fdc32bb13ad92b012c11c02 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -64,6 +64,7 @@ public:
|
|
|
| // Disambiguate between Node and TreeScope hierarchies; TreeScope's implementation is simpler.
|
| using TreeScope::document;
|
| + using TreeScope::getElementById;
|
|
|
| Element* host() const { return toElement(parentOrShadowHostNode()); }
|
| ElementShadow* owner() const { return host() ? host()->shadow() : 0; }
|
|
|