Index: third_party/WebKit/Source/web/WebMIDIPermissionRequest.cpp |
diff --git a/third_party/WebKit/Source/web/WebMIDIPermissionRequest.cpp b/third_party/WebKit/Source/web/WebMIDIPermissionRequest.cpp |
index f0c6857ac4050b26b2eab12e9dadc920f799aa26..504275c027076296b25c478608879db6a64b44ae 100644 |
--- a/third_party/WebKit/Source/web/WebMIDIPermissionRequest.cpp |
+++ b/third_party/WebKit/Source/web/WebMIDIPermissionRequest.cpp |
@@ -63,7 +63,7 @@ WebSecurityOrigin WebMIDIPermissionRequest::securityOrigin() const |
void WebMIDIPermissionRequest::setIsAllowed(bool allowed) |
{ |
- m_private->resolveSysexPermission(allowed); |
+ m_private->resolvePermission(allowed); |
} |
} // namespace blink |