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

Unified Diff: Source/modules/webmidi/MIDIClientMock.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/modules/webmidi/MIDIClientMock.cpp
diff --git a/Source/modules/webmidi/MIDIClientMock.cpp b/Source/modules/webmidi/MIDIClientMock.cpp
index 5bedac83db375353641493330b9ec81e3924cf8c..a33a02d15e7b7fb9f0488b89e118f44945ddd3f1 100644
--- a/Source/modules/webmidi/MIDIClientMock.cpp
+++ b/Source/modules/webmidi/MIDIClientMock.cpp
@@ -56,7 +56,7 @@ void MIDIClientMock::resetMock()
void MIDIClientMock::requestSysExPermission(PassRefPtrWillBeRawPtr<MIDIAccess> access)
{
- access->setSysExEnabled(m_allowed);
+ access->setSysexEnabled(m_allowed);
}
void MIDIClientMock::cancelSysExPermissionRequest(MIDIAccess*)

Powered by Google App Engine
This is Rietveld 408576698