Index: Source/core/html/HTMLTableCellElement.h |
diff --git a/Source/core/html/HTMLTableCellElement.h b/Source/core/html/HTMLTableCellElement.h |
index f1c77806597f300256fdd4919843d0795a80556f..413ccd9243176892c822d497d9ed46db133e43eb 100644 |
--- a/Source/core/html/HTMLTableCellElement.h |
+++ b/Source/core/html/HTMLTableCellElement.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class HTMLTableCellElement FINAL : public HTMLTablePartElement { |
public: |
- static PassRefPtr<HTMLTableCellElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLTableCellElement> create(const QualifiedName&, Document&); |
int cellIndex() const; |
@@ -51,7 +51,7 @@ public: |
HTMLTableCellElement* cellAbove() const; |
private: |
- HTMLTableCellElement(const QualifiedName&, Document*); |
+ HTMLTableCellElement(const QualifiedName&, Document&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |