| Index: third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ToV8.h b/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| index 926cec829001fa6ff945b1f82e45d51ed08396b7..0dce33de62bece9a2b5dd0c36d9ec73910c39a30 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| @@ -195,7 +195,7 @@ inline v8::Local<v8::Value> toV8(const ScriptValue& value, v8::Local<v8::Object>
|
|
|
| inline v8::Local<v8::Value> toV8(const Dictionary& value, v8::Local<v8::Object> creationContext, v8::Isolate*)
|
| {
|
| - RELEASE_ASSERT_NOT_REACHED();
|
| + RELEASE_NOTREACHED();
|
| return v8::Local<v8::Value>();
|
| }
|
|
|
|
|