Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index af164514bedda8dfa5df20ea984d5e6b0cc674bc..ad136c0df9e2bca06c31e4cfe8c15a7b1dc17ce0 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -6787,10 +6787,6 @@ void Isolate::RequestInterrupt(InterruptCallback callback, void* data) { |
| } |
| -void Isolate::ClearInterrupt() { |
| -} |
| - |
| - |
| void Isolate::RequestGarbageCollectionForTesting(GarbageCollectionType type) { |
| CHECK(i::FLAG_expose_gc); |
| if (type == kMinorGarbageCollection) { |