diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:24:37 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:24:37 +0000 |
commit | d3851d562a059cf52a7539c87aedf132a3b824bd (patch) | |
tree | c61c56a9d5dcf64f44568d4e4d4141e26c834c74 /chrome/worker/nativewebworker_impl.h | |
parent | 4948090e4385c271a374e94baf43d2dcc4c230ce (diff) | |
download | chromium_src-d3851d562a059cf52a7539c87aedf132a3b824bd.zip chromium_src-d3851d562a059cf52a7539c87aedf132a3b824bd.tar.gz chromium_src-d3851d562a059cf52a7539c87aedf132a3b824bd.tar.bz2 |
Make workers functional on OSX and Linux.
BUG=http://crbug.com/16664
TEST=The same tests run for Web Workers on Windows should be run on Linux and OSX.
Review URL: http://codereview.chromium.org/155015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker/nativewebworker_impl.h')
-rw-r--r-- | chrome/worker/nativewebworker_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/worker/nativewebworker_impl.h b/chrome/worker/nativewebworker_impl.h index 5449e38..6e280cb 100644 --- a/chrome/worker/nativewebworker_impl.h +++ b/chrome/worker/nativewebworker_impl.h @@ -20,8 +20,7 @@ class NativeWebWorkerImpl : public WebKit::WebWorker { 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, |