Index: Source/core/html/forms/FormController.cpp |
diff --git a/Source/core/html/forms/FormController.cpp b/Source/core/html/forms/FormController.cpp |
index fa7e901351619b8059ea195e93a28713389b73e0..f648b4b08bd41d2795dce35147aca335a2c647ed 100644 |
--- a/Source/core/html/forms/FormController.cpp |
+++ b/Source/core/html/forms/FormController.cpp |
@@ -379,9 +379,7 @@ PassRefPtrWillBeRawPtr<DocumentState> DocumentState::create() |
return adoptRefWillBeNoop(new DocumentState); |
} |
-DocumentState::~DocumentState() |
-{ |
-} |
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() |
Erik Corry
2014/05/09 07:46:03
You didn't put the class name in the (). Does thi
|
void DocumentState::trace(Visitor* visitor) |
{ |