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

Unified Diff: Source/bindings/core/v8/ScriptFunction.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/ScriptFunction.h
diff --git a/Source/bindings/core/v8/ScriptFunction.h b/Source/bindings/core/v8/ScriptFunction.h
index 9a48454f51e63cfeac03a68b1e967fd91feaf488..7a9b1060aed9d7be9e657f77fefd1926d10d4195 100644
--- a/Source/bindings/core/v8/ScriptFunction.h
+++ b/Source/bindings/core/v8/ScriptFunction.h
@@ -53,7 +53,7 @@ class ScriptFunction : public GarbageCollectedFinalized<ScriptFunction> {
public:
virtual ~ScriptFunction() { }
ScriptState* scriptState() const { return m_scriptState.get(); }
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
protected:
explicit ScriptFunction(ScriptState* scriptState)

Powered by Google App Engine
This is Rietveld 408576698