| Index: Source/core/html/HTMLMenuElement.h
|
| diff --git a/Source/core/html/HTMLMenuElement.h b/Source/core/html/HTMLMenuElement.h
|
| index af7070d06c0116a5270291c871387b0857d033f7..b1fdab64b05e94ccf65ca7f2aaf05946f61ac46b 100644
|
| --- a/Source/core/html/HTMLMenuElement.h
|
| +++ b/Source/core/html/HTMLMenuElement.h
|
| @@ -29,10 +29,10 @@ namespace WebCore {
|
|
|
| class HTMLMenuElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLMenuElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLMenuElement> create(Document&);
|
|
|
| private:
|
| - HTMLMenuElement(const QualifiedName&, Document&);
|
| + explicit HTMLMenuElement(Document&);
|
| };
|
|
|
| } //namespace
|
|
|