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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp

Issue 2595543003: Rename toV8(...) function in Blink to ToV8(...). (Closed)
Patch Set: Rebasing... Created 3 years, 11 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: third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp b/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
index 097876b18b46f41d469cafce96c548ec0b9b6394..dda903f1e260e543245ff871e28eef2fb48dc8da 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
@@ -190,7 +190,7 @@ void MIDIPort::open() {
ScriptPromise MIDIPort::accept(ScriptState* scriptState) {
return ScriptPromise::cast(
scriptState,
- toV8(this, scriptState->context()->Global(), scriptState->isolate()));
+ ToV8(this, scriptState->context()->Global(), scriptState->isolate()));
}
ScriptPromise MIDIPort::reject(ScriptState* scriptState,

Powered by Google App Engine
This is Rietveld 408576698