| Index: third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| index 6f7626186604add198e9840379d0a184bde70e93..745a1e5b847fe3d1b13886c170a1bf22e36a9fd4 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h
|
| @@ -34,6 +34,7 @@
|
| #include "WebSharedWorkerConnector.h"
|
| #include "WebSharedWorkerCreationContextType.h"
|
| #include "WebSharedWorkerCreationErrors.h"
|
| +#include "public/platform/WebAddressSpace.h"
|
|
|
| namespace blink {
|
|
|
| @@ -47,7 +48,7 @@ public:
|
| typedef unsigned long long DocumentID;
|
|
|
| // Creates a new shared worker connector. This may return null.
|
| - virtual WebSharedWorkerConnector* createSharedWorkerConnector(const WebURL& url, const WebString& name, DocumentID id, const WebString& contentSecurityPolicy, WebContentSecurityPolicyType, WebSharedWorkerCreationContextType, WebWorkerCreationError* error) { return 0; }
|
| + virtual WebSharedWorkerConnector* createSharedWorkerConnector(const WebURL& url, const WebString& name, DocumentID id, const WebString& contentSecurityPolicy, WebContentSecurityPolicyType, WebAddressSpace, WebSharedWorkerCreationContextType, WebWorkerCreationError* error) { return 0; }
|
|
|
| // Invoked when a document has been detached. DocumentID can be re-used after documentDetached() is invoked.
|
| virtual void documentDetached(DocumentID) { }
|
|
|