| Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| index f7b82e7f8f3484ba84bafb9cbdd0385b2e8ce842..73e7ce5a5372e6775c29922b44e95a4f9c06f95f 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -857,7 +857,7 @@ void ThreadState::schedulePreciseGC()
|
|
|
| namespace {
|
|
|
| -#define UNEXPECTED_GCSTATE(s) case ThreadState::s: RELEASE_ASSERT_WITH_MESSAGE(false, "Unexpected transition while in GCState " #s); return
|
| +#define UNEXPECTED_GCSTATE(s) case ThreadState::s: RELEASE_NOTREACHED() << "Unexpected transition while in GCState " #s; return
|
|
|
| void unexpectedGCState(ThreadState::GCState gcState)
|
| {
|
|
|