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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.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/webgl/WebGLRenderingContextBase.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
index e9d8b80cc9189fba180c977637e133fcb0250e3f..da757366e0125f96c58f0ca230d8714833a2b235 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
@@ -2819,7 +2819,7 @@ ScriptValue WebGLRenderingContextBase::getExtension(ScriptState* scriptState,
}
v8::Local<v8::Value> wrappedExtension =
- toV8(extension, scriptState->context()->Global(), scriptState->isolate());
+ ToV8(extension, scriptState->context()->Global(), scriptState->isolate());
return ScriptValue(scriptState, wrappedExtension);
}

Powered by Google App Engine
This is Rietveld 408576698