| Index: third_party/WebKit/Source/core/fileapi/Blob.cpp
|
| diff --git a/third_party/WebKit/Source/core/fileapi/Blob.cpp b/third_party/WebKit/Source/core/fileapi/Blob.cpp
|
| index 57c3b5f1a01d0cf0d25f46d1bdc00625c4f122fa..fab7a68846d8ae148f71b466fe4d3b97f5d1e0b8 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/Blob.cpp
|
| +++ b/third_party/WebKit/Source/core/fileapi/Blob.cpp
|
| @@ -46,6 +46,9 @@ namespace {
|
|
|
| class BlobURLRegistry final : public URLRegistry {
|
| public:
|
| + // SecurityOrigin is passed together with KURL so that the registry can
|
| + // save it for entries from whose KURL the origin is not recoverable by
|
| + // using BlobURL::getOrigin().
|
| void registerURL(SecurityOrigin*, const KURL&, URLRegistrable*) override;
|
| void unregisterURL(const KURL&) override;
|
|
|
|
|