Bug 88305

Summary: [Qt][Win] Use OS(WINDOWS) instead of Q_WS_WIN in WebCore/platform/graphics/GraphicsContext.h
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Blocker CC: ossy
Priority: P1 Keywords: Qt, QtTriaged
Version: 420+   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 88300    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2012-06-05 01:12:26 PDT
... because Q_WS_WIN doesn't exist anymore.
Comment 1 Csaba Osztrogonác 2012-06-05 09:20:11 PDT
Created attachment 145817 [details]
Patch
Comment 2 Simon Hausmann 2012-06-05 14:28:53 PDT
Comment on attachment 145817 [details]
Patch

Although I would prefer if this was landed with OS(WINDOWS) instead of defined(Q_OS_WIN), for consistency within the very same pre-processor line :)
Comment 3 Csaba Osztrogonác 2012-06-07 04:49:33 PDT
(In reply to comment #2)
> (From update of attachment 145817 [details])
> Although I would prefer if this was landed with OS(WINDOWS) instead of defined(Q_OS_WIN), for consistency within the very same pre-processor line :)

Fixed patch landed in http://trac.webkit.org/changeset/119706