Bug 137459 - One more case of incorrect comparison in recordpatchevent.py
Summary: One more case of incorrect comparison in recordpatchevent.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-06 13:44 PDT by Alexey Proskuryakov
Modified: 2014-10-06 13:58 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (19.47 KB, patch)
2014-10-06 13:45 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
without unrelated changes (1.67 KB, patch)
2014-10-06 13:57 PDT, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-10-06 13:44:25 PDT
One more place where an int is used in "if" incorrectly. This one seems harmless in practice though.
Comment 1 Alexey Proskuryakov 2014-10-06 13:45:33 PDT
Created attachment 239352 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-10-06 13:57:00 PDT
Created attachment 239353 [details]
without unrelated changes
Comment 3 Alexey Proskuryakov 2014-10-06 13:58:41 PDT
Committed <http://trac.webkit.org/r174364>.