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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PagePopupControllerBinding.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/core/v8/V8PagePopupControllerBinding.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PagePopupControllerBinding.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PagePopupControllerBinding.cpp
index e9af66631367117f54e96501699cc44baabb46eb..e6d1e5772cc80a526c67b01d0a9ec7cc22451327 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PagePopupControllerBinding.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PagePopupControllerBinding.cpp
@@ -24,7 +24,7 @@ void pagePopupControllerAttributeGetter(
DOMWindow* impl = V8Window::toImpl(holder);
PagePopupController* cppValue = PagePopupSupplement::pagePopupController(
*toLocalDOMWindow(impl)->frame());
- v8SetReturnValue(info, toV8(cppValue, holder, info.GetIsolate()));
+ v8SetReturnValue(info, ToV8(cppValue, holder, info.GetIsolate()));
}
void pagePopupControllerAttributeGetterCallback(

Powered by Google App Engine
This is Rietveld 408576698