[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 13:19:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 30a9e37237d0a35c30707835025a9dfd89c72f6a
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 11 02:27:14 2010 +0000

    2010-09-10  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Unreviewed build fix for EFL.
    
            [EFL] REGRESSION(67167) build break because of newly added JSBindingState.cpp
            https://bugs.webkit.org/show_bug.cgi?id=45537
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67267 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index afb58ec..2d870e2 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -4,6 +4,7 @@ SET(WebCore_INCLUDE_DIRECTORIES
     "${WEBCORE_DIR}/bindings"
     "${WEBCORE_DIR}/bindings/generic"
     "${WEBCORE_DIR}/bindings/js"
+    "${WEBCORE_DIR}/bindings/js/specialization"
     "${WEBCORE_DIR}/bridge"
     "${WEBCORE_DIR}/bridge/c"
     "${WEBCORE_DIR}/bridge/jni/jsc"
@@ -560,6 +561,7 @@ SET(WebCore_SOURCES
     accessibility/AccessibilityTableHeaderContainer.cpp
     accessibility/AccessibilityTableRow.cpp
 
+    bindings/js/specialization/JSBindingState.cpp
     bindings/ScriptControllerBase.cpp
 
     bindings/generic/ActiveDOMCallback.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index a43f121..5c9d7b4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-10  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Unreviewed build fix for EFL.
+
+        [EFL] REGRESSION(67167) build break because of newly added JSBindingState.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=45537
+
+        * CMakeLists.txt:
+
 2010-09-10  Darin Adler  <darin at apple.com>
 
         Reviewed by Sam Weinig.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list