[Webkit-unassigned] [Bug 55134] [chromium] WebFrameImpl::m_totalMatchCount should be an int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 06:57:29 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55134





--- Comment #3 from John Mellor <johnme at chromium.org>  2011-02-24 06:57:29 PST ---
This is just a trivial cleanup - the variable is documented as sometimes being -1, and is indeed initialized to -1 by the constructor, so shouldn't be using an unsigned type.

In practice this won't change any behavior as the code happens to never depend on the signedness, hence it would be tricky to test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list