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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp

Issue 2479133002: [wrapper-tracing] Fix dispatching of TraceWrapperv8Reference (Closed)
Patch Set: Regenerate bindings results 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/LongCallbackFunction.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
index 7b53b416802f89f292dfce149cc57b37ee106cdd..1b66b81c3bfb42bb0123c468b8a4a57e3fa1d9e1 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
@@ -22,7 +22,6 @@ LongCallbackFunction::LongCallbackFunction(ScriptState* scriptState, v8::Local<v
: m_scriptState(scriptState),
m_callback(scriptState->isolate(), this, callback) {
DCHECK(!m_callback.isEmpty());
- m_callback.setPhantom();
}
DEFINE_TRACE(LongCallbackFunction) {}

Powered by Google App Engine
This is Rietveld 408576698