⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245884 in webkit


Ignore:
Timestamp:
May 30, 2019, 7:52:00 AM (7 years ago)
Author:
Philippe Normand
Message:

Unreviewed, WPE without a11y support build fix.

  • UIProcess/wpe/WebPageProxyWPE.cpp: Include atk headers only when enabled.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245882 r245884  
     12019-05-30  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, WPE without a11y support build fix.
     4
     5        * UIProcess/wpe/WebPageProxyWPE.cpp: Include atk headers only when enabled.
     6
    172019-05-29  Wenson Hsieh  <wenson_hsieh@apple.com>
    28
  • trunk/Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp

    r245565 r245884  
    3131#include <WebCore/NotImplemented.h>
    3232#include <WebCore/UserAgent.h>
     33
     34#if USE(ATK)
    3335#include <atk/atk.h>
     36#endif
    3437
    3538namespace WebKit {
Note: See TracChangeset for help on using the changeset viewer.