[Webkit-unassigned] [Bug 141483] New: Web Inspector: console.log of Symbol does not always work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 12:55:26 PST 2015


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

            Bug ID: 141483
           Summary: Web Inspector: console.log of Symbol does not always
                    work
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Steps to reproduce:

1. Open the console

2. Run the following

> var a = Symbol("foo")
> console.log(a)
> console.log(a)

The first log of 'a' will not log anything and add 'undefined' as a new console result. The second will correctly add Symbol("a") to the console.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150211/3824ce2a/attachment-0002.html>


More information about the webkit-unassigned mailing list