Index: content/shell/renderer/test_runner/test_runner.h |
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h |
index 29472e637ae42c1559fc3ebad4b8ecb5b76028e1..ff0f3acd6996c31ffbea83a52421f940273cb7fa 100644 |
--- a/content/shell/renderer/test_runner/test_runner.h |
+++ b/content/shell/renderer/test_runner/test_runner.h |
@@ -478,7 +478,7 @@ class TestRunner : public ::WebTestRunner::WebTestRunner, |
// MIDI function to control permission handling. |
void SetMIDIAccessorResult(bool result); |
- void SetMIDISysExPermission(bool value); |
+ void SetMIDISysexPermission(bool value); |
// Grants permission for desktop notifications to an origin |
void GrantWebNotificationPermission(const std::string& origin, |