| 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 2a83ddc2df0e9622f387e6699722425dd127fab4..9782242778f402bd5b5bbd166b0b6b0db3b24e5a 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -528,6 +528,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,
|
|
|