Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index b7c37c398b1007fb9e42d12ee68f8041420ee336..8c34ed9bfb6db21161aff3bb3fc5ffa4436893cf 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -103,7 +103,7 @@ class StubCache { |
Handle<Code> ComputeKeyedLoadElement(Handle<Map> receiver_map); |
Handle<Code> ComputeKeyedStoreElement(Handle<Map> receiver_map, |
- StrictModeFlag strict_mode, |
+ StrictMode strict_mode, |
KeyedAccessStoreMode store_mode); |
// --- |
@@ -122,7 +122,7 @@ class StubCache { |
Handle<Code> ComputeLoadElementPolymorphic(MapHandleList* receiver_maps); |
Handle<Code> ComputeStoreElementPolymorphic(MapHandleList* receiver_maps, |
KeyedAccessStoreMode store_mode, |
- StrictModeFlag strict_mode); |
+ StrictMode strict_mode); |
Handle<Code> ComputePolymorphicIC(Code::Kind kind, |
TypeHandleList* types, |