summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebSharedWorker.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebSharedWorker.h')
-rw-r--r--WebKit/chromium/public/WebSharedWorker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/chromium/public/WebSharedWorker.h b/WebKit/chromium/public/WebSharedWorker.h
index 4ac7639..9492a4f 100644
--- a/WebKit/chromium/public/WebSharedWorker.h
+++ b/WebKit/chromium/public/WebSharedWorker.h
@@ -60,7 +60,9 @@ public:
virtual void startWorkerContext(const WebURL& scriptURL,
const WebString& name,
const WebString& userAgent,
- const WebString& sourceCode) = 0;
+ const WebString& sourceCode,
+ long long scriptResourceAppCacheID) = 0;
+
class ConnectListener {
public:
// Invoked once the connect event has been sent so the caller can free this object.