| Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| index 46bd284a93ffecd896ef88ca23d472d1f655f835..e9477c9dd0bc2e22a983c43d6f71074f412eafc3 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -438,7 +438,7 @@ inline v8::Local<v8::String> v8AtomicString(v8::Isolate* isolate, const char* st
|
| return value;
|
| // Immediately crashes when NewFromUtf8() fails because it only fails the
|
| // given str is too long.
|
| - RELEASE_ASSERT_NOT_REACHED();
|
| + RELEASE_NOTREACHED();
|
| return v8::String::Empty(isolate);
|
| }
|
|
|
|
|