Bug 87047 - [WK2] Remove a useless #if on Tools/WebKitTestRunner/TestController.cpp
Summary: [WK2] Remove a useless #if on Tools/WebKitTestRunner/TestController.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 14:40 PDT by Hugo Parente Lima
Modified: 2012-05-21 16:14 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.94 KB, patch)
2012-05-21 14:42 PDT, Hugo Parente Lima
no flags Details | Formatted Diff | Diff
Patch (1.94 KB, patch)
2012-05-21 14:51 PDT, Hugo Parente Lima
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Parente Lima 2012-05-21 14:40:45 PDT
#if PLATFORM(MAC) || PLATFORM(QT) || PLATFORM(GTK)

is inside another

#if PLATFORM(MAC) || PLATFORM(QT) || PLATFORM(GTK)
Comment 1 Hugo Parente Lima 2012-05-21 14:42:36 PDT
Created attachment 143100 [details]
Patch
Comment 2 Hugo Parente Lima 2012-05-21 14:51:42 PDT
Created attachment 143104 [details]
Patch

Now with a new title
Comment 3 WebKit Review Bot 2012-05-21 16:14:49 PDT
Comment on attachment 143104 [details]
Patch

Clearing flags on attachment: 143104

Committed r117827: <http://trac.webkit.org/changeset/117827>
Comment 4 WebKit Review Bot 2012-05-21 16:14:56 PDT
All reviewed patches have been landed.  Closing bug.