+2008-12-31 Oliver Hunt <oliver@apple.com>
+
+ Reviewed by Gavin Barraclough.
+
+ [jsfunfuzz] Computed exception offset wrong when first instruction is attempt to resolve deleted eval
+ <https://bugs.webkit.org/show_bug.cgi?id=23062>
+
+ Add an additional line number test to ensure we get the correct exception information when
+ resolve of 'eval' fails.
+
+ * fast/js/exception-linenums-expected.txt:
+ * fast/js/resources/exception-linenums.js:
+
2008-12-31 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver Hunt.