| Index: third_party/WebKit/Source/web/IndexedDBClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/IndexedDBClientImpl.cpp b/third_party/WebKit/Source/web/IndexedDBClientImpl.cpp
|
| index bf0bb00fe0c27a36aff91c9596070229737ef1ae..702436d686760e6a3d3550109b271212aa2f801d 100644
|
| --- a/third_party/WebKit/Source/web/IndexedDBClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/IndexedDBClientImpl.cpp
|
| @@ -48,8 +48,7 @@ IndexedDBClient* IndexedDBClientImpl::create() {
|
| bool IndexedDBClientImpl::allowIndexedDB(ExecutionContext* context,
|
| const String& name) {
|
| DCHECK(context->isContextThread());
|
| - ASSERT_WITH_SECURITY_IMPLICATION(context->isDocument() ||
|
| - context->isWorkerGlobalScope());
|
| + SECURITY_DCHECK(context->isDocument() || context->isWorkerGlobalScope());
|
|
|
| if (context->isDocument()) {
|
| WebSecurityOrigin origin(context->getSecurityOrigin());
|
|
|