Index: Source/core/html/HTMLTableColElement.h |
diff --git a/Source/core/html/HTMLTableColElement.h b/Source/core/html/HTMLTableColElement.h |
index e6fba43c6aa2cb2a8030363cca51bc92f2d5e82b..1c61d83e5537edb3ea8ff1fc48f2f8ff25685604 100644 |
--- a/Source/core/html/HTMLTableColElement.h |
+++ b/Source/core/html/HTMLTableColElement.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class HTMLTableColElement FINAL : public HTMLTablePartElement { |
public: |
- static PassRefPtr<HTMLTableColElement> create(const QualifiedName& tagName, Document*); |
+ static PassRefPtr<HTMLTableColElement> create(const QualifiedName& tagName, Document&); |
int span() const { return m_span; } |
void setSpan(int); |
@@ -40,7 +40,7 @@ public: |
String width() const; |
private: |
- HTMLTableColElement(const QualifiedName& tagName, Document*); |
+ HTMLTableColElement(const QualifiedName& tagName, Document&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |