Bug 136658

Summary: Web Inspector: Fix ESLint eqeqeq warnings
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, timothy, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2014-09-08 20:17:00 PDT
ESLint catches a number of "==" => "===" and "!=" => "!===" cases. However ESLint is failing on files with ES6 syntax (for..of) so I caught a few more by just searching around.
Attachments
[PATCH] Proposed Fix (18.82 KB, patch)
2014-09-08 20:17 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-09-08 20:17:47 PDT
Created attachment 237832 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2014-09-09 10:34:44 PDT
Comment on attachment 237832 [details] [PATCH] Proposed Fix Clearing flags on attachment: 237832 Committed r173433: <http://trac.webkit.org/changeset/173433>
WebKit Commit Bot
Comment 3 2014-09-09 10:34:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.