Version 3.28.21 (based on bleeding_edge revision r22338)
Make `let` usable as an identifier in ES6 sloppy mode (issue 2198).
Support ES6 Map and Set in heap profiler (issue 3368).
Performance and stability improvements on all platforms.
git-svn-id: https://v8.googlecode.com/svn/trunk@22341 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index b55acca..4b52aeb 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -176,5 +176,6 @@
'v8_linux_layout_dbg': set(['defaulttests']),
'v8_mac_rel': set(['defaulttests']),
'v8_win_rel': set(['defaulttests']),
+ 'v8_win64_rel': set(['defaulttests']),
},
}