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

Unified Diff: Source/web/MIDIClientProxy.cpp

Issue 208243014: Add sysexEnabled readonly attribute to MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/web/MIDIClientProxy.cpp
diff --git a/Source/web/MIDIClientProxy.cpp b/Source/web/MIDIClientProxy.cpp
index 36a7ccbf86ad1868f4502a376e257a396c1debc2..706a35d2c348005ae4b4520103827752be5d9e8f 100644
--- a/Source/web/MIDIClientProxy.cpp
+++ b/Source/web/MIDIClientProxy.cpp
@@ -49,7 +49,7 @@ void MIDIClientProxy::requestSysExPermission(PassRefPtrWillBeRawPtr<MIDIAccess>
if (m_client)
m_client->requestSysExPermission(WebMIDIPermissionRequest(access));
else
- access->setSysExEnabled(false);
+ access->setSysexEnabled(false);
}
void MIDIClientProxy::cancelSysExPermissionRequest(MIDIAccess* access)

Powered by Google App Engine
This is Rietveld 408576698