| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 72a3e189e3049825a6a3621c558bfaab13f5455d..7ae10de4fbc32f54451af08fe7594ce94dd98c8e 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -232,7 +232,7 @@ public:
|
| // Cache Storage ----------------------------------------------------------
|
|
|
| // The caller is responsible for deleting the returned object.
|
| - virtual WebServiceWorkerCacheStorage* cacheStorage(const WebString& originIdentifier) { return nullptr; }
|
| + virtual WebServiceWorkerCacheStorage* cacheStorage(const WebSecurityOrigin&) { return nullptr; }
|
|
|
| // Gamepad -------------------------------------------------------------
|
|
|
|
|