[Webkit-unassigned] [Bug 25418] New: Remove new lines from the listener function wrappers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 27 04:14:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25418

           Summary: Remove new lines from the listener function wrappers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: dglazkov at chromium.org, pfeldman at chromium.org


V8LazyEventListener::getWrappedListenerFunction uses '\n' characters in the
JavaScript code of the listener function wrapper. It requires additional logic
when debugging pages to translate line numbers from the wrapper snippet to the
original source. It seems that we can safely change the wrapper into a one-line
expression and have line numbers of the wrapped handler to be the same as in
the original code.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list