| 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 2c84b4471225a6a1ad7f865f871f0345859dc474..7d45f4646dc1a5eca037ab987ff9f9b00daae2b6 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
|
| @@ -93,7 +93,7 @@ v8::Local<v8::Value> ToV8(const IDBKey* key,
|
| switch (key->GetType()) {
|
| case IDBKey::kInvalidType:
|
| case IDBKey::kTypeEnumMax:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return V8Undefined();
|
| case IDBKey::kNumberType:
|
| return v8::Number::New(isolate, key->Number());
|
|
|