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