Changeset 97591 in webkit


Ignore:
Timestamp:
Oct 17, 2011, 12:51:55 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

Fix clang WebKitGTK+ build.

Patch by Andrei Lavreniyuk <andy.lavr@gmail.com> on 2011-10-17
Reviewed by Martin Robinson.

  • plugins/gtk/PluginViewGtk.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r97589 r97591  
     12011-10-17  Andrei Lavreniyuk  <andy.lavr@gmail.com>
     2
     3        Fix clang WebKitGTK+ build.
     4
     5        Reviewed by Martin Robinson.
     6
     7        * plugins/gtk/PluginViewGtk.cpp:
     8
    192011-10-16  Adam Barth  <abarth@webkit.org>
    210
  • trunk/Source/WebCore/plugins/gtk/PluginViewGtk.cpp

    r95901 r97591  
    7272
    7373#if defined(XP_UNIX)
     74#define String XtStringType
    7475#include "RefPtrCairo.h"
    7576#include "gtk2xtbin.h"
     
    8283#include "PluginMessageThrottlerWin.h"
    8384#include <gdk/gdkwin32.h>
     85#undef String
    8486#endif
    8587
Note: See TracChangeset for help on using the changeset viewer.