| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 042288e0acbb8c198ae194ba43bfb18d1fdef46d..ac16a7ba615488395be6223e6923713493737d26 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -447,7 +447,6 @@ public:
|
|
|
| ShadowRoot* userAgentShadowRoot() const;
|
| ShadowRoot* ensureUserAgentShadowRoot();
|
| - virtual bool supportsShadowElementForUserAgentShadow() const;
|
| virtual const AtomicString& shadowPseudoId() const { return !part().isEmpty() ? part() : pseudo(); }
|
|
|
| RenderStyle* computedStyle(PseudoId = NOPSEUDO);
|
|
|