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

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

Issue 14044022: Web MIDI: implement MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: haraken review 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 75f2a6b6ec94a975fa4bc38a3f45e1605ffc5cff..94dc0defc8dd457206b33cf83c9a18486fc0c36e 100644
--- a/Source/core/dom/EventTargetFactory.in
+++ b/Source/core/dom/EventTargetFactory.in
@@ -13,7 +13,7 @@ IDBDatabase
IDBOpenDBRequest
IDBRequest
IDBTransaction
-ScriptProcessorNode conditional=WEB_AUDIO
+MIDIAccess
MIDIPort
MediaKeySession conditional=ENCRYPTED_MEDIA_V2
MediaController
@@ -28,6 +28,7 @@ RTCDataChannel conditional=MEDIA_STREAM
RTCDTMFSender conditional=MEDIA_STREAM
RTCPeerConnection conditional=MEDIA_STREAM
SVGElementInstance conditional=SVG
+ScriptProcessorNode conditional=WEB_AUDIO
SharedWorker conditional=SHARED_WORKERS
SharedWorkerContext conditional=SHARED_WORKERS
SourceBufferList

Powered by Google App Engine
This is Rietveld 408576698