Bug 136658 - Web Inspector: Fix ESLint eqeqeq warnings
Summary: Web Inspector: Fix ESLint eqeqeq warnings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 20:17 PDT by Joseph Pecoraro
Modified: 2014-09-09 10:34 PDT (History)
6 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (18.82 KB, patch)
2014-09-08 20:17 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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.
Comment 1 Joseph Pecoraro 2014-09-08 20:17:47 PDT
Created attachment 237832 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-09-09 10:34:46 PDT
All reviewed patches have been landed.  Closing bug.