Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index 8a81614808e66fb6a3ecf10edfe767e8796234d3..12dbb3ead8a83e5241db16d5a7e295683718f42a 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -677,7 +677,7 @@ class FullCodeGenerator: public AstVisitor { |
TypeFeedbackId id = TypeFeedbackId::None()); |
// Inside typeof reference errors are never thrown. |
- void CallLoadIC(TypeofMode typeof_mode, LanguageMode language_mode = SLOPPY, |
+ void CallLoadIC(TypeofMode typeof_mode, |
TypeFeedbackId id = TypeFeedbackId::None()); |
void CallStoreIC(TypeFeedbackId id = TypeFeedbackId::None()); |