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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h

Issue 2474693002: [wrapper-tracing] Support for incrementally tracing ScopedPersistent (Closed)
Patch Set: Added bailout for tests when the flag is off Created 4 years, 1 month 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: third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
index 2881dd8e5fe81b71b20ed1b5722d714ac2259a0e..be59551b61d42f9a80c5ea049d465a93bc12dd57 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
@@ -45,7 +45,7 @@ class CORE_EXPORT StringSequenceCallbackFunctionLongSequenceArg final : public G
StringSequenceCallbackFunctionLongSequenceArg(ScriptState*, v8::Local<v8::Function>);
RefPtr<ScriptState> m_scriptState;
- ScopedPersistent<v8::Function> m_callback;
+ TraceWrapperV8Reference<v8::Function> m_callback;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698