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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.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/core/v8/V8AbstractEventListener.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
index c32cd78637d30bed6a85dd80b1d22856232d45b3..799184bc4fb2771e131da4bc1d7681a490d6ebb8 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
@@ -141,7 +141,7 @@ class CORE_EXPORT V8AbstractEventListener : public EventListener,
static void wrapperCleared(
const v8::WeakCallbackInfo<V8AbstractEventListener>&);
- ScopedPersistent<v8::Object> m_listener;
+ TraceWrapperV8Reference<v8::Object> m_listener;
// Indicates if this is an HTML type listener.
bool m_isAttribute;

Powered by Google App Engine
This is Rietveld 408576698