Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 4638da2ad72da5c2702647384871415bf1aa35fb..b5aff51b2879f16aa6da41a8e216ab873bb14043 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -181,7 +181,8 @@ class StubCache : public AllStatic { |
MUST_USE_RESULT static MaybeObject* ComputeKeyedLoadOrStoreExternalArray( |
JSObject* receiver, |
- bool is_store); |
+ bool is_store, |
+ Code::ExtraICState extra_ic_state); |
Martin Maly
2011/02/24 06:33:34
I am leaning toward changing all of these to Stric
Lasse Reichstein
2011/02/24 12:37:54
Agree. If the extra IC state is just the one bit,
|
// --- |