| Index: third_party/WebKit/Source/platform/heap/PagePool.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/PagePool.h b/third_party/WebKit/Source/platform/heap/PagePool.h
|
| index 8a0e6373cc90f81dcac0bdf491909f035b99a098..0d6515ce133c8d689d1a15bbda9146e59866085d 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PagePool.h
|
| +++ b/third_party/WebKit/Source/platform/heap/PagePool.h
|
| @@ -64,7 +64,7 @@ class OrphanedPagePool : public PagePool<BasePage> {
|
| ~OrphanedPagePool();
|
| void addOrphanedPage(int, BasePage*);
|
| void decommitOrphanedPages();
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool contains(void*);
|
| #endif
|
|
|
|
|