[Webkit-unassigned] [Bug 156867] New: Web Inspector: Debugger statement gets a space after it when pretty printed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 14:12:34 PDT 2016


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

            Bug ID: 156867
           Summary: Web Inspector: Debugger statement gets a space after
                    it when pretty printed
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: timothy at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Pretty print:

navigator.geolocation.getCurrentPosition(function(position){ console.log(position); debugger;}, function(error){ console.log(error); debugger; });

It will format as:

navigator.geolocation.getCurrentPosition(function(position) {
    console.log(position);
    debugger ;
}, function(error) {
    console.log(error);
    debugger ;
});

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160421/79a6b20d/attachment.html>


More information about the webkit-unassigned mailing list