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

Unified Diff: Source/bindings/core/v8/V8EventListenerList.cpp

Issue 1238083002: Oilpan: Move the EventListener hierarchy to Oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/V8EventListenerList.cpp
diff --git a/Source/bindings/core/v8/V8EventListenerList.cpp b/Source/bindings/core/v8/V8EventListenerList.cpp
index de6210c70c6ae2ca666cdbb345b1b098eb1bb260..387fe860a85a12b29a37676e553b167cce46dfa9 100644
--- a/Source/bindings/core/v8/V8EventListenerList.cpp
+++ b/Source/bindings/core/v8/V8EventListenerList.cpp
@@ -37,7 +37,7 @@
namespace blink {
-PassRefPtr<EventListener> V8EventListenerList::getEventListener(ScriptState* scriptState, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup)
+PassRefPtrWillBeRawPtr<EventListener> V8EventListenerList::getEventListener(ScriptState* scriptState, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup)
{
if (lookup == ListenerFindOnly) {
// Used by EventTarget::removeEventListener, specifically

Powered by Google App Engine
This is Rietveld 408576698