Index: Source/core/html/shadow/HTMLShadowElement.h |
diff --git a/Source/core/html/shadow/HTMLShadowElement.h b/Source/core/html/shadow/HTMLShadowElement.h |
index d108dff3bf8a020f299b7c1c4005c4e37dbd0cfb..b9943bd3364e6dfd5719bfd1d49db613c0e63052 100644 |
--- a/Source/core/html/shadow/HTMLShadowElement.h |
+++ b/Source/core/html/shadow/HTMLShadowElement.h |
@@ -38,14 +38,14 @@ namespace WebCore { |
class HTMLShadowElement FINAL : public InsertionPoint { |
public: |
- static PassRefPtr<HTMLShadowElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<HTMLShadowElement> create(const QualifiedName&, Document&); |
virtual ~HTMLShadowElement(); |
ShadowRoot* olderShadowRoot(); |
private: |
- HTMLShadowElement(const QualifiedName&, Document*); |
+ HTMLShadowElement(const QualifiedName&, Document&); |
virtual InsertionNotificationRequest insertedInto(ContainerNode* insertionPoint) OVERRIDE; |
}; |