commit | 589d6979ff2ef66fca2d8fa51404c369ca5e9250 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Wed Nov 30 16:04:58 2011 +0000 |
committer | Ben Murdoch <benm@google.com> | Fri Dec 02 17:28:30 2011 +0000 |
tree | 1d9032fcae9d18a05430a4ba9c14e5c635c4096e | |
parent | 69a99ed0b2b2ef69d393c371b03db3a98aaf880e [diff] [blame] |
Upgrade to V8 3.6 Merge V8 at 3.6.6.11 Simple merge required updates to makefiles only. Bug: 5688872 Change-Id: Ib38b7ffbcd409585f6cb6fccc59c767029cecc77
diff --git a/test/mjsunit/function-source.js b/test/mjsunit/function-source.js index 7525775..8f2fc22 100644 --- a/test/mjsunit/function-source.js +++ b/test/mjsunit/function-source.js
@@ -36,7 +36,7 @@ } h(); } - + function g() { function h() { assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));