[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:09:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 928ccf83409b249fc5a19f10d9f1e8c32e9d57a8
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 5 04:53:17 2010 +0000

    2010-10-04  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Unreviewed build fix.
    
            [CMAKE] Build fix for r68901
            https://bugs.webkit.org/show_bug.cgi?id=47042
    
            Move plugins/PluginPackage.cpp
    
            No features added, so no new tests.
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69070 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index b14486d..4476116 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1376,7 +1376,6 @@ SET(WebCore_SOURCES
     plugins/DOMPlugin.cpp
     plugins/PluginData.cpp
     plugins/PluginMainThreadScheduler.cpp
-    plugins/PluginPackage.cpp
 
     rendering/AutoTableLayout.cpp
     rendering/BidiRun.cpp
@@ -1619,6 +1618,7 @@ IF (ENABLE_NETSCAPE_PLUGIN_API)
     LIST(APPEND WebCore_SOURCES
         plugins/PluginDebug.cpp
         plugins/PluginStream.cpp
+        plugins/PluginPackage.cpp
         plugins/PluginView.cpp
         plugins/npapi.cpp
     )
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6e35e33..a1dccac 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-10-04  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Unreviewed build fix.
+
+        [CMAKE] Build fix for r68901
+        https://bugs.webkit.org/show_bug.cgi?id=47042
+
+        Move plugins/PluginPackage.cpp
+
+        No features added, so no new tests.
+
+        * CMakeLists.txt:
+
 2010-10-04  Eric Uhrhane  <ericu at chromium.org>
 
         Reviewed by David Levin.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list