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 8a39c11b8d178b6372e28e3709d1ad697e45318b..ae75d394b2ac085693f2ba418b7ab447f8d1fda4 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 |