[Webkit-unassigned] [Bug 135741] New: Web Inspector: Fix accidental always false comparison

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 7 20:57:29 PDT 2014


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

           Summary: Web Inspector: Fix accidental always false comparison
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


* SUMMARY
There is what looks like a typo in a comparison in OverviewTimelineView.js.

>     if (!this.currentTime !== oldCurrentTime) {
>         ^ -- why?

This looks like an accident causing the comparison to always be false. Removing it, things still behave as expected.

I know of no user impact from this change. Possible performance improvement?

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



More information about the webkit-unassigned mailing list