| 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 3ced27e11e9b4a6e18e8d38b75b4d321545b226e..79f2741c6b15d795b3d51ed7ff77e685122a8793 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/Blob.cpp
|
| +++ b/third_party/WebKit/Source/core/fileapi/Blob.cpp
|
| @@ -201,7 +201,7 @@ void Blob::close(ScriptState* script_state, ExceptionState& exception_state) {
|
| // Dereferencing a Blob that has been closed should result in
|
| // a network error. Revoke URLs registered against it through
|
| // its UUID.
|
| - DOMURL::RevokeObjectUUID(script_state->GetExecutionContext(), Uuid());
|
| + DOMURL::RevokeObjectUUID(ExecutionContext::From(script_state), Uuid());
|
|
|
| // A Blob enters a 'readability state' of closed, where it will report its
|
| // size as zero. Blob and FileReader operations now throws on
|
|
|