commit | 4a90d5fbbb6802c59093b866f3478a814bf02b95 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Tue Mar 22 12:00:34 2016 +0000 |
committer | Dirk Vogt <dirk@fairphone.com> | Fri Mar 17 16:05:42 2017 +0100 |
tree | 486867e3a04e7f17454c94a4c97891bb0e237f1f | |
parent | 3821a70061b1b2077ee51c70eda717bddac94f58 [diff] [blame] |
Upgrade V8 to version 4.9.385.28 https://chromium.googlesource.com/v8/v8/+/4.9.385.28 FPIIM-449 Change-Id: I4b2e74289d4bf3667f2f3dc8aa2e541f63e26eb4
diff --git a/test/webkit/const-without-initializer.js b/test/webkit/const-without-initializer.js index 9eb0365..b1a86b9 100644 --- a/test/webkit/const-without-initializer.js +++ b/test/webkit/const-without-initializer.js
@@ -21,6 +21,8 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// Flags: --legacy-const + description( 'Tests that declaring a const variable without initializing has the correct behavior and does not crash' );