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