Index: Source/core/html/HTMLTableSectionElement.h |
diff --git a/Source/core/html/HTMLTableSectionElement.h b/Source/core/html/HTMLTableSectionElement.h |
index 16bc09aaf3319e0e21798a5eb5008bbf887b1231..f2d271b0e26faecf0d5722673c4d92dfe7f555c1 100644 |
--- a/Source/core/html/HTMLTableSectionElement.h |
+++ b/Source/core/html/HTMLTableSectionElement.h |
@@ -34,7 +34,7 @@ class ExceptionState; |
class HTMLTableSectionElement FINAL : public HTMLTablePartElement { |
public: |
- static PassRefPtr<HTMLTableSectionElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLTableSectionElement> create(const QualifiedName&, Document&); |
PassRefPtr<HTMLElement> insertRow(int index, ExceptionState&); |
void deleteRow(int index, ExceptionState&); |
@@ -56,7 +56,7 @@ public: |
PassRefPtr<HTMLCollection> rows(); |
private: |
- HTMLTableSectionElement(const QualifiedName& tagName, Document*); |
+ HTMLTableSectionElement(const QualifiedName& tagName, Document&); |
virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE; |
}; |