Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index 48edffc23e8fbbba49c4b8b963f5c7fb04963185..41fc8eaf3e38df11d5413ad0c047275a54990d40 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -290,6 +290,8 @@ class CodeStub BASE_EMBEDDED { |
| Isolate* isolate() const { return isolate_; } |
| + void DeleteStubFromCacheForTesting(); |
| + |
| protected: |
| CodeStub(uint32_t key, Isolate* isolate) |
| : minor_key_(MinorKeyFromKey(key)), isolate_(isolate) {} |