| Index: Source/core/html/HTMLDetailsElement.h
|
| diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h
|
| index 1bddd281b28123d8e79ed7ca5bc244b1c693eb75..d5a6b4a6169444a2a46d821aa60fee9b518da78e 100644
|
| --- a/Source/core/html/HTMLDetailsElement.h
|
| +++ b/Source/core/html/HTMLDetailsElement.h
|
| @@ -27,13 +27,13 @@ namespace WebCore {
|
|
|
| class HTMLDetailsElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLDetailsElement> create(const QualifiedName& tagName, Document&);
|
| + static PassRefPtr<HTMLDetailsElement> create(Document&);
|
| void toggleOpen();
|
|
|
| Element* findMainSummary() const;
|
|
|
| private:
|
| - HTMLDetailsElement(const QualifiedName&, Document&);
|
| + explicit HTMLDetailsElement(Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
|
|