Index: src/mksnapshot.cc |
diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc |
index efd6e791df964949805705499a56b09ec2e6c6ef..9cf9e2e8a422c28f0488d011ecfceb9a9d98931d 100644 |
--- a/src/mksnapshot.cc |
+++ b/src/mksnapshot.cc |
@@ -314,9 +314,6 @@ int main(int argc, char** argv) { |
// By default, log code create information in the snapshot. |
i::FLAG_log_code = true; |
- // Disable the i18n extension, as it doesn't support being snapshotted yet. |
- i::FLAG_enable_i18n = false; |
- |
// Print the usage if an error occurs when parsing the command line |
// flags or if the help flag is set. |
int result = i::FlagList::SetFlagsFromCommandLine(&argc, argv, true); |