Changeset 206205 in webkit


Ignore:
Timestamp:
Sep 21, 2016 2:48:51 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Fix build failure of ScrollbarThemeGtk with libc++
https://bugs.webkit.org/show_bug.cgi?id=162302

Patch by Jeremy Huddleston Sequoia <jeremyhu@apple.com> on 2016-09-21
Reviewed by Carlos Garcia Campos.

  • platform/gtk/ScrollbarThemeGtk.cpp:

(WebCore::ScrollbarThemeGtk::paint): Add missing #include <cstdlib>

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r206204 r206205  
     12016-09-21  Jeremy Huddleston Sequoia  <jeremyhu@apple.com>
     2
     3        [GTK] Fix build failure of ScrollbarThemeGtk with libc++
     4        https://bugs.webkit.org/show_bug.cgi?id=162302
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * platform/gtk/ScrollbarThemeGtk.cpp:
     9        (WebCore::ScrollbarThemeGtk::paint): Add missing #include <cstdlib>
     10
    1112016-09-21  Philippe Normand  <pnormand@igalia.com>
    212
  • trunk/Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp

    r205853 r206205  
    3434#include "ScrollView.h"
    3535#include "Scrollbar.h"
     36#include <cstdlib>
    3637#include <gtk/gtk.h>
    3738
Note: See TracChangeset for help on using the changeset viewer.