[Webkit-unassigned] [Bug 136951] Remove WinCE port from trunk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 24 02:02:26 PDT 2014


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





--- Comment #6 from Csaba Osztrogonác <ossy at webkit.org>  2014-09-24 02:02:26 PST ---
(From update of attachment 238435)
View in context: https://bugs.webkit.org/attachment.cgi?id=238435&action=review

> Source/WTF/wtf/OSAllocator.h:82
> -inline void OSAllocator::decommitAndRelease(void* releaseBase, size_t releaseSize, void* decommitBase, size_t decommitSize)
> +inline void OSAllocator::decommitAndRelease(void* releaseBase, size_t releaseSize, void*, size_t)

Maybe we can get rid of these parameters from call sides too.

> Source/WebCore/platform/graphics/win/GDIExtras.h:-59
> -#endif

We can remove the whole header, because it was included only from Source/WebCore/platform/graphics/win/GDIExtras.cpp.

> Source/WebCore/platform/win/COMPtr.h:-40
> -#if !OS(WINCE)
> -#include <guiddef.h>
> -#endif
> -

It shouldn't be removed because of the guard, but is seems Windows EWS is still happy.

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