Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(898)

Unified Diff: Source/core/html/forms/FormController.cpp

Issue 274023002: Oilpan: Avoid declaring a destructor for garbage collected ListHashSet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/FormController.h ('k') | Source/wtf/ListHashSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « Source/core/html/forms/FormController.h ('k') | Source/wtf/ListHashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698