| Index: third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| diff --git a/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp b/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| index 274bf225c03c13b267001ef6fda7611ec91f3760..b85455e27a68718f99727243776e2a6c4bccb958 100644
|
| --- a/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| +++ b/third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp
|
| @@ -36,7 +36,7 @@ namespace blink {
|
|
|
| std::unique_ptr<ExecutionContextTask> StorageErrorCallback::createSameThreadTask(StorageErrorCallback* callback, ExceptionCode ec)
|
| {
|
| - return blink::createSameThreadTask(&StorageErrorCallback::run, callback, ec);
|
| + return blink::createSameThreadTask(&StorageErrorCallback::run, wrapPersistent(callback), ec);
|
| }
|
|
|
| void StorageErrorCallback::run(StorageErrorCallback* callback, ExceptionCode ec)
|
|
|