| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index efa40dbb11dceb67168fa9989af06a52fa98d1e5..1d8ad1f95ae67ffff366216474bee6c6c6f91bdf 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -362,7 +362,6 @@ public:
|
| ShadowRoot* shadowRootIfV1() const;
|
|
|
| ShadowRoot& ensureUserAgentShadowRoot();
|
| - virtual void willAddFirstAuthorShadowRoot() { }
|
|
|
| bool isInDescendantTreeOf(const Element* shadowHost) const;
|
|
|
|
|