Changeset 246258 in webkit
- Timestamp:
- Jun 10, 2019, 7:38:47 AM (7 years ago)
- Location:
- releases/WebKitGTK/webkit-2.24/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/glib/WebProcessPoolGLib.cpp (modified) (1 diff)
-
WebProcess/glib/WebProcessGLib.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog
r245522 r246258 1 2019-05-23 Adrian Perez de Castro <aperez@igalia.com> 2 3 [WPE] Build fails with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF 4 https://bugs.webkit.org/show_bug.cgi?id=198125 5 6 Reviewed by Philippe Normand. 7 8 * UIProcess/glib/WebProcessPoolGLib.cpp: Guard the inclusion of GStreamerCommon.h with USE(GSTREAMER). 9 * WebProcess/glib/WebProcessGLib.cpp: Ditto. 10 1 11 2019-05-20 Adrian Perez de Castro <aperez@igalia.com> 2 12 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
r242453 r246258 32 32 #include "WebProcessCreationParameters.h" 33 33 #include <JavaScriptCore/RemoteInspectorServer.h> 34 35 #if USE(GSTREAMER) 34 36 #include <WebCore/GStreamerCommon.h> 37 #endif 38 35 39 #include <wtf/FileSystem.h> 36 40 #include <wtf/glib/GUniquePtr.h> -
releases/WebKitGTK/webkit-2.24/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp
r242414 r246258 29 29 30 30 #include "WebProcessCreationParameters.h" 31 32 #if USE(GSTREAMER) 31 33 #include <WebCore/GStreamerCommon.h> 34 #endif 35 32 36 #include <WebCore/MemoryCache.h> 33 37
Note:
See TracChangeset
for help on using the changeset viewer.