Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 105a46d242cc7c4a4c7fe7f11eb37f391dd34871..194475f72d290d855078922f0c7ee50a12087011 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -169,7 +169,7 @@ class StubCache { |
Handle<Map> transition, |
StrictModeFlag strict_mode); |
- Handle<Code> ComputeKeyedLoadOrStoreElement(Handle<JSObject> receiver, |
+ Handle<Code> ComputeKeyedLoadOrStoreElement(Handle<Map> receiver_map, |
KeyedIC::StubKind stub_kind, |
StrictModeFlag strict_mode); |