[Webkit-unassigned] [Bug 33709] Cleanup: Typedef DragOperation as type int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 07:47:45 PST 2010


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





--- Comment #5 from Adam Roben (aroben) <aroben at apple.com>  2010-01-15 07:47:43 PST ---
I think it would be better to leave DragOperation as an enum, but introduce a
new DragOperationMask typedef (we normally use unsigned for this). Then we'd
use DragOperationMask everywhere that multiple DragOperations are combined.

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