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

Unified Diff: chrome/worker/nativewebworker_impl.h

Issue 155015: Make workers functional on OSX and Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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: chrome/worker/nativewebworker_impl.h
===================================================================
--- chrome/worker/nativewebworker_impl.h (revision 20549)
+++ chrome/worker/nativewebworker_impl.h (working copy)
@@ -20,8 +20,7 @@
explicit NativeWebWorkerImpl(WebKit::WebWorkerClient* client);
virtual ~NativeWebWorkerImpl();
- static WebWorker* NativeWebWorkerImpl::create(
- WebKit::WebWorkerClient* client);
+ static WebWorker* create(WebKit::WebWorkerClient* client);
// WebWorker implementation.
void startWorkerContext(const WebKit::WebURL& script_url,

Powered by Google App Engine
This is Rietveld 408576698