Index: chrome/worker/webworker_stub.cc |
=================================================================== |
--- chrome/worker/webworker_stub.cc (revision 46627) |
+++ chrome/worker/webworker_stub.cc (working copy) |
@@ -33,8 +33,9 @@ |
return (suffix_index == pos); |
} |
-WebWorkerStub::WebWorkerStub(const GURL& url, int route_id) |
- : WebWorkerStubBase(route_id) { |
+WebWorkerStub::WebWorkerStub(const GURL& url, int route_id, |
+ const WorkerAppCacheInitInfo& appcache_init_info) |
+ : WebWorkerStubBase(route_id, appcache_init_info) { |
if (UrlIsNativeWorker(url)) { |
// Launch a native worker. |
impl_ = NativeWebWorkerImpl::create(client()); |