Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index ba7c744cf3b01827e885225c3519332f34d81ea9..3c8b7bb22dbe2b2776cf531a28b0cc4cda1afcc4 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -513,6 +513,8 @@ |
const Operator* LoadContext(size_t depth, size_t index, bool immutable); |
const Operator* StoreContext(size_t depth, size_t index); |
+ const Operator* LoadNativeContext(); |
+ |
const Operator* LoadDynamic(const Handle<String>& name, |
TypeofMode typeof_mode); |