Index: Source/core/html/HTMLDetailsElement.h |
diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h |
index a1158f2d287d2ff7e7872db7a76a298829e591d1..f5ab5bdc45d6416e6f978474865f2c6af75d1f92 100644 |
--- a/Source/core/html/HTMLDetailsElement.h |
+++ b/Source/core/html/HTMLDetailsElement.h |
@@ -27,13 +27,13 @@ namespace WebCore { |
class HTMLDetailsElement FINAL : public HTMLElement { |
public: |
- static PassRefPtr<HTMLDetailsElement> create(const QualifiedName& tagName, Document* document); |
+ static PassRefPtr<HTMLDetailsElement> create(const QualifiedName& tagName, Document&); |
void toggleOpen(); |
Element* findMainSummary() const; |
private: |
- HTMLDetailsElement(const QualifiedName&, Document*); |
+ HTMLDetailsElement(const QualifiedName&, Document&); |
virtual RenderObject* createRenderer(RenderStyle*); |
virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE; |