Changeset 141463 in webkit


Ignore:
Timestamp:
Jan 31, 2013 12:41:21 PM (11 years ago)
Author:
Patrick Gansterer
Message:

Remove PLATFORM(WIN_CAIRO) from NetscapePluginX11.cpp
https://bugs.webkit.org/show_bug.cgi?id=108439

Reviewed by Brent Fulgham.

PLATFORM(WIN_CAIRO) is Windows only, where no X11 exists.

  • WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r141455 r141463  
     12013-01-31  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Remove PLATFORM(WIN_CAIRO) from NetscapePluginX11.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=108439
     5
     6        Reviewed by Brent Fulgham.
     7
     8        PLATFORM(WIN_CAIRO) is Windows only, where no X11 exists.
     9
     10        * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
     11
    1122013-01-31  Simon Hausmann  <simon.hausmann@digia.com>
    213
  • trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp

    r130353 r141463  
    4848#endif
    4949
    50 #if USE(CAIRO) && !PLATFORM(WIN_CAIRO)
     50#if USE(CAIRO)
    5151#include "PlatformContextCairo.h"
    5252#include "RefPtrCairo.h"
Note: See TracChangeset for help on using the changeset viewer.