| Index: Source/core/html/HTMLSummaryElement.h
|
| diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h
|
| index dd487faa22f283f0f506f1fcecadfa0f8aa1d6f6..45f14630a8607f10f5f0a13516f2fb38393b2614 100644
|
| --- a/Source/core/html/HTMLSummaryElement.h
|
| +++ b/Source/core/html/HTMLSummaryElement.h
|
| @@ -29,12 +29,12 @@ class HTMLDetailsElement;
|
|
|
| class HTMLSummaryElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLSummaryElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLSummaryElement> create(Document&);
|
| bool isMainSummary() const;
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
| private:
|
| - HTMLSummaryElement(const QualifiedName&, Document&);
|
| + explicit HTMLSummaryElement(Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual void defaultEventHandler(Event*);
|
|
|