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

Unified Diff: Source/modules/webmidi/MIDIInput.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
Index: Source/modules/webmidi/MIDIInput.h
diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h
index e7c4c21daf0ca94491cd03db89505ac473f854c0..d6f564451afce3bd94e53e9d85de8e0e89a2ca47 100644
--- a/Source/modules/webmidi/MIDIInput.h
+++ b/Source/modules/webmidi/MIDIInput.h
@@ -46,7 +46,7 @@ public:
~MIDIInput() override { }
EventListener* onmidimessage();
- void setOnmidimessage(PassRefPtr<EventListener>);
+ void setOnmidimessage(PassRefPtrWillBeRawPtr<EventListener>);
// EventTarget
const AtomicString& interfaceName() const override { return EventTargetNames::MIDIInput; }

Powered by Google App Engine
This is Rietveld 408576698