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

Unified Diff: Source/core/testing/Internals.cpp

Issue 169293002: Oilpan: Remove GC_INFO_{DEFINE,DECLARE} macros (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixheaptest Created 6 years, 10 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/testing/Internals.h ('k') | Source/core/testing/LayerRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.cpp
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
index 37860b8c0f491f79627285942734baa80e9aaf7b..e1d604c91712753301152a1f0f9681b187dd94f0 100644
--- a/Source/core/testing/Internals.cpp
+++ b/Source/core/testing/Internals.cpp
@@ -136,12 +136,6 @@
namespace WebCore {
// FIXME: oilpan: These will be removed soon.
-DEFINE_GC_INFO(InternalRuntimeFlags);
-DEFINE_GC_INFO(TypeConversions);
-DEFINE_GC_INFO(MallocStatistics);
-DEFINE_GC_INFO(LayerRect);
-DEFINE_GC_INFO(Internals);
-
static MockPagePopupDriver* s_pagePopupDriver = 0;
using namespace HTMLNames;
« no previous file with comments | « Source/core/testing/Internals.h ('k') | Source/core/testing/LayerRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698