| 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..cecb368f17bf4168ab536df332fd939fd53092e2 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(DocumentState)
|
|
|
| void DocumentState::trace(Visitor* visitor)
|
| {
|
|
|