| Index: Source/core/dom/shadow/ElementShadow.h
|
| diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h
|
| index 1e915a3f2bcf8ca2f5bc85c4dc8a372df92d01ff..a8e040e16a9ee079da7db760d35eaba1bf2afeda 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.h
|
| +++ b/Source/core/dom/shadow/ElementShadow.h
|
| @@ -51,7 +51,7 @@ public:
|
| ShadowRoot* oldestShadowRoot() const { return m_shadowRoots.tail(); }
|
| ElementShadow* containingShadow() const;
|
|
|
| - ShadowRoot* addShadowRoot(Element* shadowHost, ShadowRoot::ShadowRootType);
|
| + ShadowRoot* addShadowRoot(Element& shadowHost, ShadowRoot::ShadowRootType);
|
|
|
| bool applyAuthorStyles() const { return m_applyAuthorStyles; }
|
| bool didAffectApplyAuthorStyles();
|
|
|