| Index: Source/core/html/HTMLLIElement.h
|
| diff --git a/Source/core/html/HTMLLIElement.h b/Source/core/html/HTMLLIElement.h
|
| index 969a9387c8f590695cbb65eddd225c89854cfd8f..a16f4b06f851c53413dc4ca928859d574a06f650 100644
|
| --- a/Source/core/html/HTMLLIElement.h
|
| +++ b/Source/core/html/HTMLLIElement.h
|
| @@ -30,10 +30,9 @@ namespace WebCore {
|
| class HTMLLIElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtr<HTMLLIElement> create(Document&);
|
| - static PassRefPtr<HTMLLIElement> create(const QualifiedName&, Document&);
|
|
|
| private:
|
| - HTMLLIElement(const QualifiedName&, Document&);
|
| + explicit HTMLLIElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
|
|