| Index: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
|
| index 60c44f6407b0c9a45c5b1823b862291b8e46bdd6..7f2bdfc2ab75ece2dfe40793252dbbfc4ea7244e 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
|
| @@ -594,7 +594,7 @@ IDBKeyRange* NativeValueTraits<IDBKeyRange*>::nativeValue(
|
| return V8IDBKeyRange::toImplWithTypeCheck(isolate, value);
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| // This assertion is used when a value has been retrieved from an object store
|
| // with implicit keys (i.e. a key path). It verifies that either the value
|
| // contains an implicit key matching the primary key (so it was correctly
|
|
|