Chromium Code Reviews| Index: src/stub-cache.cc |
| diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
| index 35f03a3e4fecc2cdf03f80ded85ef4e80b994fc5..e0839f13d2b4d33cfe2edbb00994209e2d34e387 100644 |
| --- a/src/stub-cache.cc |
| +++ b/src/stub-cache.cc |
| @@ -43,7 +43,7 @@ namespace internal { |
| // StubCache implementation. |
| -StubCache::StubCache(Isolate* isolate, Zone* zone) |
| +StubCache::StubCache(Isolate* isolate) |
| : isolate_(isolate) { |
| ASSERT(isolate == Isolate::Current()); |
| } |