[Webkit-unassigned] [Bug 144036] New: Web Inspector: convert more code to use ES6 method `Object.is()` instead of ===

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 20:31:54 PDT 2015


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

            Bug ID: 144036
           Summary: Web Inspector: convert more code to use ES6 method
                    `Object.is()` instead of ===
    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

Implemented in https://bugs.webkit.org/show_bug.cgi?id=143865.

It is basically the same thing as ===, except Object.is(NaN, NaN) returns true.

-- 
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/20150422/c3466e84/attachment.html>


More information about the webkit-unassigned mailing list