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

Unified Diff: Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl

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
Index: Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
diff --git a/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl b/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
index d42a0ea64f3355ade03718c09d4470e7d1bd5651..87f5bf3907e10ae77be311bd330f912cebacfd72 100644
--- a/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
+++ b/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
@@ -9,8 +9,6 @@
namespace WebCore {
-DEFINE_GC_INFO(InternalSettingsGenerated);
-
InternalSettingsGenerated::InternalSettingsGenerated(Page* page)
: m_page(page)
{%- for setting in settings if setting.type|to_idl_type %}

Powered by Google App Engine
This is Rietveld 408576698