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

Unified Diff: Source/modules/speech/SpeechGrammar.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/modules/speech/SpeechGrammar.h ('k') | Source/modules/speech/SpeechGrammarList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechGrammar.cpp
diff --git a/Source/modules/speech/SpeechGrammar.cpp b/Source/modules/speech/SpeechGrammar.cpp
index eaf63b64625ebf10a79a2f798207a25b9e50bdc2..9a8ad3a5166f855d83a794d6b7e1f4c6ddb4e3f3 100644
--- a/Source/modules/speech/SpeechGrammar.cpp
+++ b/Source/modules/speech/SpeechGrammar.cpp
@@ -31,8 +31,6 @@
namespace WebCore {
-DEFINE_GC_INFO(SpeechGrammar);
-
PassRefPtrWillBeRawPtr<SpeechGrammar> SpeechGrammar::create()
{
return adoptRefWillBeNoop(new SpeechGrammar);
« no previous file with comments | « Source/modules/speech/SpeechGrammar.h ('k') | Source/modules/speech/SpeechGrammarList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698