| Index: third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| diff --git a/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h b/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| index 6d1fefe8aaf79bbc26267a56619a4d5ce5e103de..df3eb26d8e2eb89e08eefbf6c9f870ce4a9594ea 100644
|
| --- a/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| +++ b/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| @@ -37,7 +37,7 @@ public:
|
| // expected to have the same guid.
|
| virtual WebMemoryAllocatorDumpGuid guid() const
|
| {
|
| - BLINK_ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return 0;
|
| }
|
| };
|
|
|