Changeset 78320 in webkit


Ignore:
Timestamp:
Feb 11, 2011 12:26:03 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-02-11 Ryuan Choi <ryuan.choi@samsung.com>

Unreviewed build fix.

[GTK] Build break with 2.18.3
https://bugs.webkit.org/show_bug.cgi?id=54057

  • platform/gtk/ScrollbarThemeGtk2.cpp: Include GtkVersioning.h
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r78319 r78320  
     12011-02-11  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Unreviewed build fix.
     4
     5        [GTK] Build break with 2.18.3
     6        https://bugs.webkit.org/show_bug.cgi?id=54057
     7
     8        * platform/gtk/ScrollbarThemeGtk2.cpp: Include GtkVersioning.h
     9
    1102011-02-11  Cosmin Truta  <ctruta@chromium.org>
    211
  • trunk/Source/WebCore/platform/gtk/ScrollbarThemeGtk2.cpp

    r77993 r78320  
    2929#ifdef GTK_API_VERSION_2
    3030
     31#include "GtkVersioning.h"
    3132#include "PlatformMouseEvent.h"
    3233#include "RenderThemeGtk.h"
Note: See TracChangeset for help on using the changeset viewer.