| 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..8142725ae70950761f60bc443d71811f393c0097 100644
|
| --- a/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| +++ b/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| @@ -35,11 +35,7 @@ public:
|
| // cross process sharing. See crbug.com/492102 for design docs.
|
| // Subsequent MemoryAllocatorDump(s) with the same |absolute_name| are
|
| // expected to have the same guid.
|
| - virtual WebMemoryAllocatorDumpGuid guid() const
|
| - {
|
| - BLINK_ASSERT_NOT_REACHED();
|
| - return 0;
|
| - }
|
| + virtual WebMemoryAllocatorDumpGuid guid() const = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|