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

Unified Diff: webkit/renderer/cpp_bound_class.cc

Issue 121123002: Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox/, skia/, sql/, sync/,… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « webkit/common/webpreferences.cc ('k') | win8/delegate_execute/delegate_execute_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/cpp_bound_class.cc
diff --git a/webkit/renderer/cpp_bound_class.cc b/webkit/renderer/cpp_bound_class.cc
index 6a652f485055dde31b0335a57e352495068acd26..a0bce491d9b4c2fe337f2b30fb59b6a9dede33fb 100644
--- a/webkit/renderer/cpp_bound_class.cc
+++ b/webkit/renderer/cpp_bound_class.cc
@@ -321,7 +321,7 @@ void CppBoundClass::BindToJavascript(WebFrame* frame,
// up after itself. It will also (indirectly) register the object with V8,
// against an owner pointer we supply, so we must register that as an owner,
// and unregister when we teardown.
- frame->bindToWindowObject(ASCIIToUTF16(classname),
+ frame->bindToWindowObject(base::ASCIIToUTF16(classname),
NPVARIANT_TO_OBJECT(*GetAsCppVariant()));
bound_to_frame_ = true;
}
« no previous file with comments | « webkit/common/webpreferences.cc ('k') | win8/delegate_execute/delegate_execute_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698