| Index: src/string-stream.h
|
| diff --git a/src/string-stream.h b/src/string-stream.h
|
| index fca1d4beab9329a0047f10b3f3411da592119913..287f22cec3702ea3d798fcffcb6b0d8d4c43bb63 100644
|
| --- a/src/string-stream.h
|
| +++ b/src/string-stream.h
|
| @@ -133,7 +133,7 @@ class StringStream FINAL {
|
| // Mentioned object cache support.
|
| void PrintMentionedObjectCache(Isolate* isolate);
|
| static void ClearMentionedObjectCache(Isolate* isolate);
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| static bool IsMentionedObjectCacheClear(Isolate* isolate);
|
| #endif
|
|
|
|
|