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

Unified Diff: Source/core/dom/StringCallback.h

Issue 947393002: InlinedVisitor: Migrate dom 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
Index: Source/core/dom/StringCallback.h
diff --git a/Source/core/dom/StringCallback.h b/Source/core/dom/StringCallback.h
index 1e0f8e78490ff3c887f71bd04698e9ab7f193364..0c687e8107be67413a11a04e1fcd06dfb0639efa 100644
--- a/Source/core/dom/StringCallback.h
+++ b/Source/core/dom/StringCallback.h
@@ -41,7 +41,7 @@ class ExecutionContext;
class StringCallback : public GarbageCollectedFinalized<StringCallback> {
public:
virtual ~StringCallback() { }
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
virtual void handleEvent(const String& data) = 0;
// Helper to post callback task.

Powered by Google App Engine
This is Rietveld 408576698