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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.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/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
index 6105bc99a59c2f5c3ef5b7646e68e6c0128b4f17..6d87a40344a2b81ca4c905570650cd4258aaf4da 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
@@ -441,7 +441,7 @@ void crossOriginNamedEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info)
v8SetReturnValue(
info,
- toV8(names, info.Holder(), info.GetIsolate()).As<v8::Array>());
+ ToV8(names, info.Holder(), info.GetIsolate()).As<v8::Array>());
}
} // namespace TestInterfaceCheckSecurityV8Internal

Powered by Google App Engine
This is Rietveld 408576698