Index: Source/core/html/LabelableElement.cpp |
diff --git a/Source/core/html/LabelableElement.cpp b/Source/core/html/LabelableElement.cpp |
index d741dd2555410d9da08a531c05d2b6de339008ba..5eeab71514ce181c3b91761d9fa9f26a24bb0167 100644 |
--- a/Source/core/html/LabelableElement.cpp |
+++ b/Source/core/html/LabelableElement.cpp |
@@ -30,7 +30,7 @@ |
namespace WebCore { |
-LabelableElement::LabelableElement(const QualifiedName& tagName, Document* document) |
+LabelableElement::LabelableElement(const QualifiedName& tagName, Document& document) |
: HTMLElement(tagName, document) |
{ |
} |