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 78a341860e3e14fafbe6cab7504588bbcf252454..76fae9b74356c94dbe553c19fc4fcb2f21703836 100644 |
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h |
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h |
@@ -530,6 +530,10 @@ public: |
v8::Isolate* isolate() const { return m_isolate; } |
+ void collectGarbage(BlinkGC::StackState, BlinkGC::GCType, BlinkGC::GCReason); |
+ void collectGarbageForTerminatingThread(); |
+ void collectAllGarbage(); |
+ |
private: |
enum SnapshotType { |
HeapSnapshot, |