| Index: Source/core/html/HTMLDetailsElement.h
|
| diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h
|
| index 55cc9560ea849a8f64e2c9615af93642a51c8673..1bddd281b28123d8e79ed7ca5bc244b1c693eb75 100644
|
| --- a/Source/core/html/HTMLDetailsElement.h
|
| +++ b/Source/core/html/HTMLDetailsElement.h
|
| @@ -38,7 +38,7 @@ private:
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| - virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE;
|
| + virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
|
| virtual bool isInteractiveContent() const OVERRIDE;
|
|
|
| bool m_isOpen;
|
|
|