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

Unified Diff: Source/core/imagebitmap/ImageBitmapFactories.h

Issue 949103002: InlinedVisitor: Migrate imagebitmap to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « no previous file | Source/core/imagebitmap/ImageBitmapFactories.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/imagebitmap/ImageBitmapFactories.h
diff --git a/Source/core/imagebitmap/ImageBitmapFactories.h b/Source/core/imagebitmap/ImageBitmapFactories.h
index 412e25f7aafe9a28c26b26fc9e08959dc0456e0b..a8926d242da66060f8c3ec5fdb163a5ce1bb3628 100644
--- a/Source/core/imagebitmap/ImageBitmapFactories.h
+++ b/Source/core/imagebitmap/ImageBitmapFactories.h
@@ -75,7 +75,7 @@ public:
virtual ~ImageBitmapFactories() { }
- void trace(Visitor*);
+ DECLARE_TRACE();
protected:
static const char* supplementName();
@@ -91,7 +91,7 @@ private:
void loadBlobAsync(ExecutionContext*, Blob*);
ScriptPromise promise() { return m_resolver->promise(); }
- void trace(Visitor*);
+ DECLARE_TRACE();
virtual ~ImageBitmapLoader() { }
« no previous file with comments | « no previous file | Source/core/imagebitmap/ImageBitmapFactories.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698