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

Unified Diff: Source/bindings/core/v8/ScriptStreamer.h

Issue 954683002: InlinedVisitor: Migrate bindings 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/bindings/core/v8/ScriptStreamer.h
diff --git a/Source/bindings/core/v8/ScriptStreamer.h b/Source/bindings/core/v8/ScriptStreamer.h
index 0e5f54ab5f56b004b813ab1b7453adef530ce6c9..cabcb848eaf008fe840d7df48899926e6c8e4523 100644
--- a/Source/bindings/core/v8/ScriptStreamer.h
+++ b/Source/bindings/core/v8/ScriptStreamer.h
@@ -37,7 +37,7 @@ public:
}
~ScriptStreamer();
- void trace(Visitor*);
+ DECLARE_TRACE();
// Launches a task (on a background thread) which will stream the given
// PendingScript into V8 as it loads. It's also possible that V8 cannot

Powered by Google App Engine
This is Rietveld 408576698