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

Unified Diff: Source/modules/webmidi/MIDIMessageEvent.h

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build Created 7 years, 2 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 | « Source/modules/webmidi/MIDIInput.h ('k') | Source/modules/webmidi/MIDIPort.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIMessageEvent.h
diff --git a/Source/modules/webmidi/MIDIMessageEvent.h b/Source/modules/webmidi/MIDIMessageEvent.h
index 53caf4e3bf4f32564ec9cc033260a75c93503b24..8c173ce670785167875031e043a2e114ed165395 100644
--- a/Source/modules/webmidi/MIDIMessageEvent.h
+++ b/Source/modules/webmidi/MIDIMessageEvent.h
@@ -66,7 +66,7 @@ public:
double receivedTime() { return m_receivedTime; }
PassRefPtr<Uint8Array> data() { return m_data; }
- virtual const AtomicString& interfaceName() const OVERRIDE { return eventNames().interfaceForMIDIMessageEvent; }
+ virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::MIDIMessageEvent; }
private:
MIDIMessageEvent()
« no previous file with comments | « Source/modules/webmidi/MIDIInput.h ('k') | Source/modules/webmidi/MIDIPort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698