Bug 80049 - Fix a warning in InputHandler::learnText()
Summary: Fix a warning in InputHandler::learnText()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jacky Jiang
URL:
Keywords:
Depends on:
Blocks: 73144
  Show dependency treegraph
 
Reported: 2012-03-01 14:30 PST by Jacky Jiang
Modified: 2012-03-02 00:55 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.94 KB, patch)
2012-03-01 14:52 PST, Jacky Jiang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacky Jiang 2012-03-01 14:30:16 PST
Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp: In member function 'void BlackBerry::WebKit::InputHandler::learnText()':
Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:375:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Comment 1 Jacky Jiang 2012-03-01 14:52:28 PST
Created attachment 129753 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-02 00:55:20 PST
Comment on attachment 129753 [details]
Patch

Clearing flags on attachment: 129753

Committed r109526: <http://trac.webkit.org/changeset/109526>
Comment 3 WebKit Review Bot 2012-03-02 00:55:24 PST
All reviewed patches have been landed.  Closing bug.