Ignore:
Timestamp:
Jun 19, 2011, 8:50:36 PM (14 years ago)
Author:
[email protected]
Message:

2011-06-19 Oliver Hunt <[email protected]>

Reviewed by Sam Weinig.

Correct logic for putting errors on the correct line when handling JSONP
https://bugs.webkit.org/show_bug.cgi?id=62962

Add test case this time

  • fast/js/parser-syntax-check-expected.txt:
  • fast/js/script-tests/parser-syntax-check.js:

2011-06-19 Oliver Hunt <[email protected]>

Reviewed by Sam Weinig.

Correct logic for putting errors on the correct line when handling JSONP
https://bugs.webkit.org/show_bug.cgi?id=62962

Minor fix for the minor fix. *sigh*

  • interpreter/Interpreter.cpp: (JSC::Interpreter::execute):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r89226 r89228  
     12011-06-19  Oliver Hunt  <[email protected]>
     2
     3        Reviewed by Sam Weinig.
     4
     5        Correct logic for putting errors on the correct line when handling JSONP
     6        https://bugs.webkit.org/show_bug.cgi?id=62962
     7
     8        Minor fix for the minor fix.  *sigh*
     9
     10        * interpreter/Interpreter.cpp:
     11        (JSC::Interpreter::execute):
     12
    1132011-06-19  Oliver Hunt  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.