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

Unified Diff: Source/modules/webmidi/MIDIInput.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/modules/webmidi/MIDIInput.cpp
diff --git a/Source/modules/webmidi/MIDIInput.cpp b/Source/modules/webmidi/MIDIInput.cpp
index f96d38e8f4d5890923be157a4efc73b9af9377db..50a0406060f90d145ae5d5807b70f2ddea84c3bd 100644
--- a/Source/modules/webmidi/MIDIInput.cpp
+++ b/Source/modules/webmidi/MIDIInput.cpp
@@ -57,7 +57,7 @@ EventListener* MIDIInput::onmidimessage()
return getAttributeEventListener(EventTypeNames::midimessage);
}
-void MIDIInput::setOnmidimessage(PassRefPtr<EventListener> listener)
+void MIDIInput::setOnmidimessage(PassRefPtrWillBeRawPtr<EventListener> listener)
{
// Implicit open. It does nothing if the port is already opened.
// See http://www.w3.org/TR/webmidi/#widl-MIDIPort-open-Promise-MIDIPort

Powered by Google App Engine
This is Rietveld 408576698