| Index: Source/web/WebSharedWorkerImpl.h
|
| diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
|
| index c54b42ed078fa873daf45ca922b156fde8c2b9bf..4dcf3f39d81bd5c969768df5807980924f6dfa5a 100644
|
| --- a/Source/web/WebSharedWorkerImpl.h
|
| +++ b/Source/web/WebSharedWorkerImpl.h
|
| @@ -90,7 +90,7 @@ public:
|
| void willSendRequest(WebLocalFrame*, unsigned identifier, WebURLRequest&, const WebURLResponse& redirectResponse) override;
|
| void didFinishDocumentLoad(WebLocalFrame*) override;
|
| bool isControlledByServiceWorker(WebDataSource&) override;
|
| - int64_t serviceWorkerID(WebDataSource&) override;
|
| + std::string serviceWorkerID(WebDataSource&) override;
|
|
|
| // WebDevToolsAgentClient overrides.
|
| void sendProtocolMessage(int callId, const WebString&, const WebString&) override;
|
|
|