Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index f44fdb95107f4e7881a9104caf6fc35f8ae87cf6..70ff63c4334e209e5e9c5f3370f32ed46542c68b 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -124,7 +124,7 @@ class LCodeGen BASE_EMBEDDED { |
bool is_aborted() const { return status_ == ABORTED; } |
int strict_mode_flag() const { |
- return info()->is_strict() ? kStrictMode : kNonStrictMode; |
+ return info()->is_strict_mode() ? kStrictMode : kNonStrictMode; |
} |
LChunk* chunk() const { return chunk_; } |