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

Unified Diff: Source/core/css/Pair.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/css/Pair.h ('k') | Source/core/css/RGBColor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/Pair.cpp
diff --git a/Source/core/css/Pair.cpp b/Source/core/css/Pair.cpp
index 650b213e881ca2c334459270df563ecf7b3694cc..5362b6b52747f321f8c880c5518db518edd0230f 100644
--- a/Source/core/css/Pair.cpp
+++ b/Source/core/css/Pair.cpp
@@ -7,8 +7,6 @@
namespace WebCore {
-DEFINE_GC_INFO(Pair);
-
void Pair::trace(Visitor* visitor)
{
visitor->trace(m_first);
« no previous file with comments | « Source/core/css/Pair.h ('k') | Source/core/css/RGBColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698