| 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 f1d90b5ff366a741d5165de4a27ee171e1d2b5fb..02de04399c779229a46a7fe78043321640bc2d2d 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -185,7 +185,7 @@ public:
|
| // Blob ----------------------------------------------------------------
|
|
|
| // Must return non-null.
|
| - virtual WebBlobRegistry* blobRegistry() { return nullptr; }
|
| + virtual WebBlobRegistry* getBlobRegistry() { return nullptr; }
|
|
|
| // Database ------------------------------------------------------------
|
|
|
|
|