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

Unified Diff: Source/core/dom/EventTargetFactory.in

Issue 13843021: Web MIDI: implement MIDIPort (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: cleanup Created 7 years, 8 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/core/dom/EventTargetFactory.in
diff --git a/Source/core/dom/EventTargetFactory.in b/Source/core/dom/EventTargetFactory.in
index 6dff084c428a4f907b83ce52aadb84112f2d29bc..bcab10f0cd3918b0a9aa3663fbc693ced0a89e5a 100644
--- a/Source/core/dom/EventTargetFactory.in
+++ b/Source/core/dom/EventTargetFactory.in
@@ -15,6 +15,7 @@ IDBRequest
IDBTransaction
ScriptProcessorNode conditional=WEB_AUDIO
LocalMediaStream conditional=MEDIA_STREAM
+MIDIPort
Chris Rogers 2013/04/24 19:18:09 nit: most of the file is alphabetical order, so ca
Takashi Toyoshima 2013/04/25 02:29:45 I thought this is unix sort command order, or ASCI
Takashi Toyoshima 2013/04/25 03:47:22 OK, I'll adopt unix order here.
MediaKeySession conditional=ENCRYPTED_MEDIA_V2
MediaController
MediaSource

Powered by Google App Engine
This is Rietveld 408576698