Index: Source/core/html/HTMLFormControlElementWithState.cpp |
diff --git a/Source/core/html/HTMLFormControlElementWithState.cpp b/Source/core/html/HTMLFormControlElementWithState.cpp |
index 2a45aedf474f1b45475ff53f7531747424044859..2dc33c66df31f98b23d537c98b647590bed6fca6 100644 |
--- a/Source/core/html/HTMLFormControlElementWithState.cpp |
+++ b/Source/core/html/HTMLFormControlElementWithState.cpp |
@@ -34,7 +34,7 @@ |
namespace WebCore { |
-HTMLFormControlElementWithState::HTMLFormControlElementWithState(const QualifiedName& tagName, Document* doc, HTMLFormElement* f) |
+HTMLFormControlElementWithState::HTMLFormControlElementWithState(const QualifiedName& tagName, Document& doc, HTMLFormElement* f) |
: HTMLFormControlElement(tagName, doc, f) |
{ |
} |