From 5170cbacca3832f63b0da7be93f9490ff6a9ac00 Mon Sep 17 00:00:00 2001 From: "paroga@webkit.org" Date: Thu, 30 Dec 2010 21:55:51 +0000 Subject: [PATCH] 2010-12-30 Benjamin C Meyer 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 --- WebCore/CMakeLists.txt | 1 + WebCore/ChangeLog | 11 +++++++++++ 2 files changed, 12 insertions(+) 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 + + 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 Not reviewed. -- 2.7.4