| Index: third_party/WebKit/Source/web/WebHeap.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHeap.cpp b/third_party/WebKit/Source/web/WebHeap.cpp
|
| index 151dadc337a0771075a823f5664b7417f10a54f9..99925fe017100aa106cabda6dc471691d9fb62af 100644
|
| --- a/third_party/WebKit/Source/web/WebHeap.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHeap.cpp
|
| @@ -34,15 +34,6 @@
|
|
|
| namespace blink {
|
|
|
| -WebHeap::SafePointScope::SafePointScope() {
|
| - CHECK(!ThreadState::current()->isAtSafePoint());
|
| - ThreadState::current()->enterSafePoint(BlinkGC::HeapPointersOnStack, this);
|
| -}
|
| -
|
| -WebHeap::SafePointScope::~SafePointScope() {
|
| - ThreadState::current()->leaveSafePoint();
|
| -}
|
| -
|
| void WebHeap::collectGarbageForTesting() {
|
| ThreadState::current()->collectGarbage(
|
| BlinkGC::HeapPointersOnStack, BlinkGC::GCWithSweep, BlinkGC::ForcedGC);
|
|
|