WebActionModifierFlagsKey should return an unsigned, because
commit290cd7268de3c33b444c47bee8559a6fbb325da6
authorbweinstein@apple.com <bweinstein@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Nov 2009 01:11:31 +0000 (4 01:11 +0000)
committerbweinstein@apple.com <bweinstein@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Nov 2009 01:11:31 +0000 (4 01:11 +0000)
tree80168460021fd19fb5116baf50290f01dea1fe91
parent251f25785ddc204e068d281ac89c2ebc14a90452
WebActionModifierFlagsKey should return an unsigned, because
flags imply a bitmask, and that is what other classes expect from
it.

Reviewed by Steve Falkenburg.

* WebActionPropertyBag.cpp:
(WebActionPropertyBag::Read):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50491 268f45cc-cd09-0410-ab3c-d52691b4dbfc
WebKit/win/ChangeLog
WebKit/win/WebActionPropertyBag.cpp