Changeset 206200 in webkit


Ignore:
Timestamp:
Sep 21, 2016 12:09:30 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Fix build failure in clipboard support
https://bugs.webkit.org/show_bug.cgi?id=162261

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

  • platform/PlatformPasteboard.h: Add missing #include <functional>
  • platform/gtk/PasteboardHelper.h: Add missing #include <functional>
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r206199 r206200  
     12016-09-21  Jeremy Huddleston Sequoia  <jeremyhu@apple.com>
     2
     3        [GTK] Fix build failure in clipboard support
     4        https://bugs.webkit.org/show_bug.cgi?id=162261
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * platform/PlatformPasteboard.h: Add missing #include <functional>
     9        * platform/gtk/PasteboardHelper.h: Add missing #include <functional>
     10
    1112016-09-20  Nael Ouedraogo  <nael.ouedraogo@crf.canon.fr>
    212
  • trunk/Source/WebCore/platform/PlatformPasteboard.h

    r206197 r206200  
    2727#define PlatformPasteboard_h
    2828
     29#include <functional>
    2930#include <wtf/Forward.h>
    3031#include <wtf/RefCounted.h>
  • trunk/Source/WebCore/platform/gtk/PasteboardHelper.h

    r205909 r206200  
    2727
    2828#include "GRefPtrGtk.h"
     29#include <functional>
    2930#include <wtf/Noncopyable.h>
    3031#include <wtf/Vector.h>
Note: See TracChangeset for help on using the changeset viewer.