NEW 33709
Cleanup: Typedef DragOperation as type int
https://bugs.webkit.org/show_bug.cgi?id=33709
Summary Cleanup: Typedef DragOperation as type int
Daniel Bates
Reported 2010-01-15 02:20:46 PST
Attachments
Patch (3.62 KB, patch)
2010-01-15 02:25 PST, Daniel Bates
no flags
Daniel Bates
Comment 1 2010-01-15 02:25:02 PST
Created attachment 46660 [details] Patch No functionality was changed. So, no new tests.
Oliver Hunt
Comment 2 2010-01-15 02:27:00 PST
Comment on attachment 46660 [details] Patch I suspect this will break windows due to missing window export file updates
Eric Seidel (no email)
Comment 3 2010-01-15 02:32:33 PST
Daniel Bates
Comment 4 2010-01-15 02:42:06 PST
Comment on attachment 46660 [details] Patch Clearing review flag, while I look into this. There seems to be signed/unsigned mismatching issues.
Adam Roben (:aroben)
Comment 5 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.
Note You need to log in before you can comment on or make changes to this bug.