| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 328f5aafc22ebce7b0b6e7654a8a5d17d5be107b..234fe08e95a0c6271a2e22497e569291d9e98343 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -605,7 +605,7 @@ public:
|
|
|
| // Returns an identifier of the service worker controlling the document
|
| // associated with the WebDataSource.
|
| - virtual int64_t serviceWorkerID(WebDataSource&) { return -1; }
|
| + virtual std::string serviceWorkerID(WebDataSource&) { return std::string(); }
|
|
|
|
|
| // Fullscreen ----------------------------------------------------------
|
|
|