at 16.09-beta 2.5 kB view raw
1--- webkitgtk-2.4.9-orig/GNUmakefile.in 2016-02-02 13:23:23.000000000 -0500 2+++ webkitgtk-2.4.9/GNUmakefile.in 2016-02-08 00:27:10.000000000 -0500 3@@ -4799,6 +4799,8 @@ 4 Source/WebCore/plugins/PluginViewBase.h \ 5 Source/WebCore/plugins/PluginView.cpp \ 6 Source/WebCore/plugins/PluginView.h \ 7+ Source/WebCore/plugins/PluginViewNone.cpp \ 8+ Source/WebCore/plugins/PluginPackageNone.cpp \ 9 Source/WebCore/plugins/npapi.h \ 10 Source/WebCore/plugins/npfunctions.h \ 11 Source/WebCore/plugins/npruntime.h \ 12@@ -6375,6 +6377,8 @@ 13 Source/WebCore/plugins/libWebCore_la-PluginPackage.lo \ 14 Source/WebCore/plugins/libWebCore_la-PluginStream.lo \ 15 Source/WebCore/plugins/libWebCore_la-PluginView.lo \ 16+ Source/WebCore/plugins/libWebCore_la-PluginViewNone.lo \ 17+ Source/WebCore/plugins/libWebCore_la-PluginPackageNone.lo \ 18 Source/WebCore/rendering/libWebCore_la-AutoTableLayout.lo \ 19 Source/WebCore/rendering/libWebCore_la-BidiRun.lo \ 20 Source/WebCore/rendering/libWebCore_la-break_lines.lo \ 21@@ -10796,6 +10800,8 @@ 22 Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginProcessConnectionManager.lo \ 23 Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginProxy.lo \ 24 Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginView.lo \ 25+ Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginViewNone.lo \ 26+ Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginPackageNone.lo \ 27 Source/WebKit2/WebProcess/ResourceCache/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-WebResourceCacheManager.lo \ 28 Source/WebKit2/WebProcess/Storage/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-StorageAreaImpl.lo \ 29 Source/WebKit2/WebProcess/Storage/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-StorageAreaMap.lo \ 30@@ -19503,6 +19509,8 @@ 31 Source/WebCore/plugins/PluginViewBase.h \ 32 Source/WebCore/plugins/PluginView.cpp \ 33 Source/WebCore/plugins/PluginView.h \ 34+ Source/WebCore/plugins/PluginViewNone.cpp \ 35+ Source/WebCore/plugins/PluginPackageNone.cpp \ 36 Source/WebCore/plugins/npapi.h \ 37 Source/WebCore/plugins/npfunctions.h \ 38 Source/WebCore/plugins/npruntime.h \