| Index: Source/platform/blob/BlobRegistry.cpp
|
| diff --git a/Source/platform/blob/BlobRegistry.cpp b/Source/platform/blob/BlobRegistry.cpp
|
| index 9ea02fc65ee47362fa332f9d462fc52049c83a7a..c83e96bb226a8242f8bb54aeefd39f89c847e06a 100644
|
| --- a/Source/platform/blob/BlobRegistry.cpp
|
| +++ b/Source/platform/blob/BlobRegistry.cpp
|
| @@ -55,7 +55,7 @@ namespace blink {
|
| class BlobOriginCache : public SecurityOriginCache {
|
| public:
|
| BlobOriginCache();
|
| - virtual SecurityOrigin* cachedOrigin(const KURL&) override;
|
| + SecurityOrigin* cachedOrigin(const KURL&) override;
|
| };
|
|
|
| static WebBlobRegistry* blobRegistry()
|
|
|