Index: Source/core/html/FormAssociatedElement.h |
diff --git a/Source/core/html/FormAssociatedElement.h b/Source/core/html/FormAssociatedElement.h |
index 70101f585d5eccb0b51905fec16047cc9eb17e85..f0f1851ff8e5fbd362d51e2356ca899dfd2e4d94 100644 |
--- a/Source/core/html/FormAssociatedElement.h |
+++ b/Source/core/html/FormAssociatedElement.h |
@@ -66,7 +66,7 @@ public: |
void resetFormOwner(); |
- void formRemovedFromTree(const Node* formRoot); |
+ void formRemovedFromTree(const Node& formRoot); |
// ValidityState attribute implementations |
bool customError() const; |