[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 11:46:10 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 376b25f7413d14776e8664f31df4faf9b18def2d
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 08:45:03 2010 +0000

    2010-08-06  Rafael Antognolli  <antognolli at profusion.mobi>
    
            Unreviewed build fix.
    
            [EFL] Regression (64735) build fix for efl.
            https://bugs.webkit.org/show_bug.cgi?id=43564
    
            Removing bindings/js/ScriptArray.cpp from the WebCore_SOURCES.
            No new features, so no new tests.
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64823 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index ac098b7..8be1016 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -674,7 +674,6 @@ SET(WebCore_SOURCES
     bindings/js/JSXMLHttpRequestUploadCustom.cpp
     bindings/js/JSXSLTProcessorCustom.cpp
     bindings/js/ScheduledAction.cpp
-    bindings/js/ScriptArray.cpp
     bindings/js/ScriptCachedFrameData.cpp
     bindings/js/ScriptCallFrame.cpp
     bindings/js/ScriptCallStack.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 89c735b..9b32a01 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-06  Rafael Antognolli  <antognolli at profusion.mobi>
+
+        Unreviewed build fix.
+
+        [EFL] Regression (64735) build fix for efl.
+        https://bugs.webkit.org/show_bug.cgi?id=43564
+
+        Removing bindings/js/ScriptArray.cpp from the WebCore_SOURCES.
+        No new features, so no new tests.
+
+        * CMakeLists.txt:
+
 2010-08-05  Alexey Proskuryakov  <ap at apple.com>
 
         Fix http/tests/webarchive/test-css-url-encoding-shift-jis.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list