Chromium Code Reviews| Index: src/stub-cache.h |
| diff --git a/src/stub-cache.h b/src/stub-cache.h |
| index 20ce7ca1052d0fc34575da550367f6aa6a6c70b7..e79691c8755b7826e45dba7c267efb213da6847b 100644 |
| --- a/src/stub-cache.h |
| +++ b/src/stub-cache.h |
| @@ -261,7 +261,7 @@ class StubCache { |
| void CollectMatchingMaps(SmallMapList* types, |
| String* name, |
| Code::Flags flags, |
| - Handle<Context> global_context, |
| + Handle<Context> native_context, |
| Zone* zone); |
| // Generate code for probing the stub cache table. |