Bug 88305 - [Qt][Win] Use OS(WINDOWS) instead of Q_WS_WIN in WebCore/platform/graphics/GraphicsContext.h
Summary: [Qt][Win] Use OS(WINDOWS) instead of Q_WS_WIN in WebCore/platform/graphics/Gr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: All All
: P1 Blocker
Assignee: Csaba Osztrogonác
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 88300
  Show dependency treegraph
 
Reported: 2012-06-05 01:12 PDT by Csaba Osztrogonác
Modified: 2012-06-07 04:49 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2012-06-05 09:20 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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