Bug 137459

Summary: One more case of incorrect comparison in recordpatchevent.py
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix
none
without unrelated changes thorton: review+

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>.