| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 55c5b0b8566246eabd75ecfc5f1c0ebc859d752a..76f2441b253e33271c46b8e2d3c5d379a677046d 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -444,7 +444,7 @@ public:
|
| ShadowRoot* shadowRoot() const;
|
|
|
| bool hasAuthorShadowRoot() const { return shadowRoot(); }
|
| -
|
| + virtual void didAddShadowRoot(ShadowRoot&);
|
| ShadowRoot* userAgentShadowRoot() const;
|
| ShadowRoot* ensureUserAgentShadowRoot();
|
| virtual const AtomicString& shadowPseudoId() const { return !part().isEmpty() ? part() : pseudo(); }
|
|
|