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

Unified Diff: Source/modules/encoding/TextEncoder.h

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/modules/encoding/TextEncoder.h
diff --git a/Source/modules/encoding/TextEncoder.h b/Source/modules/encoding/TextEncoder.h
index de007b29d14cf726e06c3ac88aecb8c383b14cf9..287ebd33bebef786ad85e3e4b313f288f0e76f10 100644
--- a/Source/modules/encoding/TextEncoder.h
+++ b/Source/modules/encoding/TextEncoder.h
@@ -45,7 +45,6 @@ class Dictionary;
class ExceptionState;
class TextEncoder FINAL : public RefCountedWillBeGarbageCollectedFinalized<TextEncoder> {
- DECLARE_GC_INFO;
public:
static PassRefPtrWillBeRawPtr<TextEncoder> create(const String& utfLabel, ExceptionState&);
~TextEncoder();

Powered by Google App Engine
This is Rietveld 408576698