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

Unified Diff: Source/bindings/core/v8/ScriptEventListener.h

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
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptEventListener.cpp » ('j') | Source/core/events/EventTarget.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptEventListener.h
diff --git a/Source/bindings/core/v8/ScriptEventListener.h b/Source/bindings/core/v8/ScriptEventListener.h
index af5992892b363fd1d832b1b970f6e3dca5c8d81b..03b253fa5a4a0147948c6cc4c918515f0dc3bd42 100644
--- a/Source/bindings/core/v8/ScriptEventListener.h
+++ b/Source/bindings/core/v8/ScriptEventListener.h
@@ -43,8 +43,8 @@ class LocalFrame;
class Node;
class QualifiedName;
-PassRefPtr<V8LazyEventListener> createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
-PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
+PassRefPtrWillBeRawPtr<V8LazyEventListener> createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
+PassRefPtrWillBeRawPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
ScriptValue eventListenerHandler(ExecutionContext*, EventListener*);
ScriptState* eventListenerHandlerScriptState(LocalFrame*, EventListener*);
bool eventListenerHandlerLocation(ExecutionContext*, EventListener*, String& scriptId, int& lineNumber, int& columnNumber);
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptEventListener.cpp » ('j') | Source/core/events/EventTarget.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698