Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index 3722c30c26b5613deb6cb779550ad78e617038cb..1ae6b25195c3402568c084c8cf1df6883607efc1 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -82,7 +82,7 @@ public: |
virtual const AtomicString imageSourceURL() const OVERRIDE; |
virtual HTMLFormElement* formOwner() const OVERRIDE; |
- void formRemovedFromTree(const Node* formRoot); |
+ void formRemovedFromTree(const Node& formRoot); |
protected: |
explicit HTMLImageElement(Document&, HTMLFormElement* = 0); |