| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index 522977f50139e45134dbd554413b56dd98d12406..37b99a4e7fc5c80a8f515da29ae0f4dda0030427 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -379,6 +379,10 @@ class PLATFORM_EXPORT ThreadState {
|
| m_shouldFlushHeapDoesNotContainCache = true;
|
| }
|
|
|
| +#if DCHECK_IS_ON()
|
| + bool isAddressInHeapDoesNotContainCache(Address);
|
| +#endif
|
| +
|
| void registerTraceDOMWrappers(
|
| v8::Isolate* isolate,
|
| void (*traceDOMWrappers)(v8::Isolate*, Visitor*),
|
|
|