| Index: Source/web/StorageQuotaClientImpl.cpp
|
| diff --git a/Source/web/StorageQuotaClientImpl.cpp b/Source/web/StorageQuotaClientImpl.cpp
|
| index 1d1a4a21ca70588c17bd78fc270c5aa14063ac05..68e2b5385885806de3eacf063f7d708b0406912a 100644
|
| --- a/Source/web/StorageQuotaClientImpl.cpp
|
| +++ b/Source/web/StorageQuotaClientImpl.cpp
|
| @@ -69,7 +69,7 @@
|
| webFrame->client()->requestStorageQuota(webFrame, storageType, newQuotaInBytes, callbacks);
|
| } else {
|
| // Requesting quota in Worker is not supported.
|
| - executionContext->postTask(FROM_HERE, StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
|
| + executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
|
| }
|
| }
|
|
|
|
|