| Index: third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp b/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| index 29870a45d572efb567eb7ee6752d50a488ddcfc8..1f1e740284cf5cb4a5965257988b729c6eb3ceb9 100644
|
| --- a/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| @@ -59,7 +59,7 @@ StorageQuotaClientImpl::~StorageQuotaClientImpl()
|
|
|
| void StorageQuotaClientImpl::requestQuota(ExecutionContext* executionContext, WebStorageQuotaType storageType, unsigned long long newQuotaInBytes, StorageQuotaCallback* successCallback, StorageErrorCallback* errorCallback)
|
| {
|
| - ASSERT(executionContext);
|
| + DCHECK(executionContext);
|
|
|
| if (executionContext->isDocument()) {
|
| Document* document = toDocument(executionContext);
|
|
|