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

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

Issue 13843021: Web MIDI: implement MIDIPort (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) 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..6a1213cd6ab44a2306cb10ac89f8e4f34dfbf3d2 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
MediaKeySession conditional=ENCRYPTED_MEDIA_V2
MediaController
MediaSource
@@ -27,12 +28,12 @@ Performance
RTCDataChannel conditional=MEDIA_STREAM
RTCDTMFSender conditional=MEDIA_STREAM
RTCPeerConnection conditional=MEDIA_STREAM
+SVGElementInstance conditional=SVG
SharedWorker conditional=SHARED_WORKERS
SharedWorkerContext conditional=SHARED_WORKERS
SourceBufferList
SpeechRecognition
SpeechSynthesisUtterance conditional=SPEECH_SYNTHESIS
-SVGElementInstance conditional=SVG
TextTrack
TextTrackCue
TextTrackList

Powered by Google App Engine
This is Rietveld 408576698