| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 2a59ecc590799baaf4d118005c23e3b00d58fcb3..ad7d7605803df2b24dadb64d26543ef21ba0e6cc 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -562,8 +562,8 @@ class LoadStubCompiler: public BaseLoadStoreStubCompiler {
|
| bool is_dont_delete);
|
|
|
| protected:
|
| - ContextualMode contextual_mode() {
|
| - return LoadIC::GetContextualMode(extra_state());
|
| + TypeofState typeof_state() {
|
| + return LoadIC::GetTypeofState(extra_state());
|
| }
|
|
|
| virtual Register HandlerFrontendHeader(Handle<HeapType> type,
|
|
|