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

Unified Diff: Source/bindings/core/v8/ScriptPromiseResolver.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/ScriptPromiseResolver.h
diff --git a/Source/bindings/core/v8/ScriptPromiseResolver.h b/Source/bindings/core/v8/ScriptPromiseResolver.h
index be482b306083caab12aea3cf5878d2278f7bb0a1..65c6d0396cc0b64642be3a1b71afe790bcd56510 100644
--- a/Source/bindings/core/v8/ScriptPromiseResolver.h
+++ b/Source/bindings/core/v8/ScriptPromiseResolver.h
@@ -86,7 +86,7 @@ public:
// promise is pending and the associated ExecutionContext isn't stopped.
void keepAliveWhilePending();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
protected:
// You need to call suspendIfNeeded after the construction because

Powered by Google App Engine
This is Rietveld 408576698