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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.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/VoidCallbackFunction.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
index 5d1d13bf4ebdb02b4745e7f7ff915e6bdc04b8db..8d117c086e58585b892c1a384a219a3b97593812 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp
@@ -22,7 +22,6 @@ VoidCallbackFunction::VoidCallbackFunction(ScriptState* scriptState, v8::Local<v
: m_scriptState(scriptState),
m_callback(scriptState->isolate(), this, callback) {
DCHECK(!m_callback.isEmpty());
- m_callback.setPhantom();
}
DEFINE_TRACE(VoidCallbackFunction) {}

Powered by Google App Engine
This is Rietveld 408576698