[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

paroga at webkit.org paroga at webkit.org
Fri Jan 21 14:48:52 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5170cbacca3832f63b0da7be93f9490ff6a9ac00
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 30 21:55:51 2010 +0000

    2010-12-30  Benjamin C Meyer  <bmeyer at rim.com>
    
            Reviewed by Darin Adler.
    
            bindings/js/JSDesktopNotificationsCustom.cpp is not included in the cmake build
            which is required when NOTIFICATIONS is enabled.
    
            https://bugs.webkit.org/show_bug.cgi?id=51761
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74810 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 1876b36..00e4ddc 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -631,6 +631,7 @@ SET(WebCore_SOURCES
     bindings/js/JSDataGridDataSource.cpp
     bindings/js/JSDebugWrapperSet.cpp
     bindings/js/JSDedicatedWorkerContextCustom.cpp
+    bindings/js/JSDesktopNotificationsCustom.cpp
     bindings/js/JSDeviceMotionEventCustom.cpp
     bindings/js/JSDeviceOrientationEventCustom.cpp
     bindings/js/JSDocumentCustom.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0d33f9d..b9afad0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-30  Benjamin C Meyer  <bmeyer at rim.com>
+
+        Reviewed by Darin Adler.
+
+        bindings/js/JSDesktopNotificationsCustom.cpp is not included in the cmake build
+        which is required when NOTIFICATIONS is enabled.
+
+        https://bugs.webkit.org/show_bug.cgi?id=51761
+
+        * CMakeLists.txt:
+
 2010-12-30  Antti Koivisto  <antti at apple.com>
 
         Not reviewed.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list