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

Unified Diff: Source/web/WebMIDIPermissionRequest.cpp

Issue 208243014: Add sysexEnabled readonly attribute to MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: kouhei review 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
« no previous file with comments | « Source/web/WebMIDIClientMock.cpp ('k') | public/web/WebMIDIClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebMIDIPermissionRequest.cpp
diff --git a/Source/web/WebMIDIPermissionRequest.cpp b/Source/web/WebMIDIPermissionRequest.cpp
index b6147bd8c85cd8a9998e6c2ffa4afe365f016152..16792f521f0b62689f31c493f8f5359d436600fe 100644
--- a/Source/web/WebMIDIPermissionRequest.cpp
+++ b/Source/web/WebMIDIPermissionRequest.cpp
@@ -67,7 +67,7 @@ WebSecurityOrigin WebMIDIPermissionRequest::securityOrigin() const
void WebMIDIPermissionRequest::setIsAllowed(bool allowed)
{
- m_private->setSysExEnabled(allowed);
+ m_private->setSysexEnabled(allowed);
}
} // namespace blink
« no previous file with comments | « Source/web/WebMIDIClientMock.cpp ('k') | public/web/WebMIDIClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698