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..70919b6e80b34d5b6b4b4e266f664817f184e58a 100644 |
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h |
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h |
@@ -379,6 +379,8 @@ class PLATFORM_EXPORT ThreadState { |
m_shouldFlushHeapDoesNotContainCache = true; |
} |
+ bool isAddressInHeapDoesNotContainCache(Address); |
+ |
void registerTraceDOMWrappers( |
v8::Isolate* isolate, |
void (*traceDOMWrappers)(v8::Isolate*, Visitor*), |