summaryrefslogtreecommitdiff
path: root/Source/web/MIDIClientImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/MIDIClientImpl.cpp')
-rw-r--r--Source/web/MIDIClientImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/web/MIDIClientImpl.cpp b/Source/web/MIDIClientImpl.cpp
index eef236f8a..70369bf44 100644
--- a/Source/web/MIDIClientImpl.cpp
+++ b/Source/web/MIDIClientImpl.cpp
@@ -52,7 +52,7 @@ void MIDIClientImpl::requestSysExPermission(PassRefPtr<MIDIAccess> access)
if (m_client)
m_client->requestSysExPermission(WebMIDIPermissionRequest(access));
else
- access->enableSysEx(false);
+ access->setSysExEnabled(false);
}
void MIDIClientImpl::cancelSysExPermissionRequest(MIDIAccess* access)