Changeset 245884 in webkit
- Timestamp:
- May 30, 2019, 7:52:00 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/wpe/WebPageProxyWPE.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r245882 r245884 1 2019-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 1 7 2019-05-29 Wenson Hsieh <wenson_hsieh@apple.com> 2 8 -
trunk/Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp
r245565 r245884 31 31 #include <WebCore/NotImplemented.h> 32 32 #include <WebCore/UserAgent.h> 33 34 #if USE(ATK) 33 35 #include <atk/atk.h> 36 #endif 34 37 35 38 namespace WebKit {
Note:
See TracChangeset
for help on using the changeset viewer.