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

Unified Diff: webkit/glue/webworkerclient_impl.cc

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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
« no previous file with comments | « webkit/glue/plugins/plugin_list_linux.cc ('k') | webkit/tools/test_shell/node_leak_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webworkerclient_impl.cc
diff --git a/webkit/glue/webworkerclient_impl.cc b/webkit/glue/webworkerclient_impl.cc
index 2c87325a1f14ad851208ce7beac35a1f4b0c21ec..8397e9885efb7353f57d8ac12ebbe89c2f6a931c 100644
--- a/webkit/glue/webworkerclient_impl.cc
+++ b/webkit/glue/webworkerclient_impl.cc
@@ -68,7 +68,7 @@ WebCore::WorkerContextProxy* WebWorkerClientImpl::createWorkerContextProxy(
WebCore::Worker* worker) {
if (!worker->scriptExecutionContext()->isDocument() &&
CommandLine::ForCurrentProcess()->HasSwitch(
- L"web-worker-share-processes")) {
+ "web-worker-share-processes")) {
return new WebCore::WorkerMessagingProxy(worker);
}
« no previous file with comments | « webkit/glue/plugins/plugin_list_linux.cc ('k') | webkit/tools/test_shell/node_leak_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698