Bug 62960

Summary: Occasionally get incorrect line numbers due to JSONP optimisation
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Oliver Hunt
Reported 2011-06-19 20:01:10 PDT
A script like: <script>var a = {}; a.b.c = {} </script> Will get an incorrect line number as we don't propagate sufficient information to get a line number.
Attachments
Note You need to log in before you can comment on or make changes to this bug.