| Index: Source/core/html/HTMLDetailsElement.h
|
| diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h
|
| index 16d97c2282589f6a6ee29ca6ecc7598992246494..565bba9971b0197d92f3182993367b8474f35a88 100644
|
| --- a/Source/core/html/HTMLDetailsElement.h
|
| +++ b/Source/core/html/HTMLDetailsElement.h
|
| @@ -35,7 +35,7 @@ public:
|
| private:
|
| HTMLDetailsElement(const QualifiedName&, Document*);
|
|
|
| - virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
| + virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|
|
|