[Webkit-unassigned] [Bug 128211] &HWND should not be used as OLE_HANDLE*

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 5 16:27:56 PST 2014


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





--- Comment #4 from Brent Fulgham <bfulgham at webkit.org>  2014-02-05 16:25:16 PST ---
(In reply to comment #3)
> I'll fix the spacing, but is it ok to use (HWND) style casting like everything else in this code, or should I change it to reinterpret_cast?

You should use static_cast/reinterpret_cast/const_cast, etc., as necessary to be clear about what's going on.

Thanks for working on this!

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