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

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: remove all macros (reupl2) 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
Index: Source/core/testing/Internals.cpp
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
index a0837ddff01a3bb23a328a3c0a4fcade8af4079f..475d684a460eba08d989d7e303da032dd1e7cea1 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;

Powered by Google App Engine
This is Rietveld 408576698