Chromium Code Reviews| 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 16825dce3a9344508e8aaec61ad32f41fa2ed837..8d402f797e6fec2e85890d336942dfc3e8623d3d 100644 |
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h |
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h |
| @@ -528,6 +528,13 @@ public: |
| v8::Isolate* isolate() const { return m_isolate; } |
| + void invalidateDeadObjectsInWrappersMarkingDeque() |
|
haraken
2016/06/20 14:20:57
Is this method used somewhere?
Marcel Hlopko
2016/06/20 16:26:45
Removed.
|
| + { |
| + if (m_invalidateDeadObjectsInWrappersMarkingDeque) { |
| + m_invalidateDeadObjectsInWrappersMarkingDeque(m_isolate); |
| + } |
| + } |
| + |
| private: |
| enum SnapshotType { |
| HeapSnapshot, |