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

Unified Diff: webkit/tools/test_shell/accessibility_controller.cc

Issue 5631002: wstrings: convert CppVariant and CppBoundClass to not use wstring (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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
Index: webkit/tools/test_shell/accessibility_controller.cc
diff --git a/webkit/tools/test_shell/accessibility_controller.cc b/webkit/tools/test_shell/accessibility_controller.cc
index 777849906e3fc6bf26619725af362343cd263122..4f0276fb00d34cd5d76fdac589d3fb2529c4b952 100644
--- a/webkit/tools/test_shell/accessibility_controller.cc
+++ b/webkit/tools/test_shell/accessibility_controller.cc
@@ -34,7 +34,7 @@ AccessibilityController::AccessibilityController(TestShell* shell)
}
void AccessibilityController::BindToJavascript(
- WebFrame* frame, const std::wstring& classname) {
+ WebFrame* frame, const std::string& classname) {
WebAccessibilityCache::enableAccessibility();
CppBoundClass::BindToJavascript(frame, classname);
}

Powered by Google App Engine
This is Rietveld 408576698