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

leandro at webkit.org leandro at webkit.org
Wed Dec 22 11:32:02 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 32e62911ae1e471b5b55b7780f7d719903e094ea
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 28 15:26:07 2010 +0000

    2010-07-28  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
    
            Unreviewed build fix.
    
            Fix EFL build with SHARED_CORE=ON after r64124.
    
            * CMakeLists.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64206 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 755a291..a0f5123 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -534,6 +534,7 @@ SET(WebCore_SOURCES
     ${DERIVED_SOURCES_DIR}/XMLNames.cpp
     ${DERIVED_SOURCES_DIR}/XMLNSNames.cpp
     ${DERIVED_SOURCES_DIR}/XPathGrammar.cpp
+    ${DERIVED_SOURCES_DIR}/InspectorBackendDispatcher.cpp
 
     accessibility/AXObjectCache.cpp
     accessibility/AccessibilityARIAGrid.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 071e15d..c81db05 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-28  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
+
+        Unreviewed build fix.
+
+        Fix EFL build with SHARED_CORE=ON after r64124.
+
+        * CMakeLists.txt:
+
 2010-07-28  Jay Civelli  <jcivelli at chromium.org>
 
         Reviewed by Kent Tamura.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list