[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:47:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c0abc269fce8e81bdfc872ff6f28e69a613b24d6
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 20:20:50 2010 +0000

    2010-08-06  Rafael Antognolli  <antognolli at profusion.mobi>
    
            [EFL] Build fix.
    
            * CMakeLists.txt: add runtime/CGHandle.cpp.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64866 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/CMakeLists.txt b/JavaScriptCore/CMakeLists.txt
index 9c3b07f..a944363 100644
--- a/JavaScriptCore/CMakeLists.txt
+++ b/JavaScriptCore/CMakeLists.txt
@@ -104,6 +104,7 @@ SET(JavaScriptCore_SOURCES
     runtime/FunctionConstructor.cpp
     runtime/FunctionPrototype.cpp
     runtime/GCActivityCallback.cpp
+    runtime/GCHandle.cpp
     runtime/GetterSetter.cpp
     runtime/GlobalEvalFunction.cpp
     runtime/Identifier.cpp
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 95140ae..a41f366 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-06  Rafael Antognolli  <antognolli at profusion.mobi>
+
+        [EFL] Build fix.
+
+        * CMakeLists.txt: add runtime/CGHandle.cpp.
+
 2010-08-06  Jessie Berlin  <jberlin at apple.com>
 
         Roll out http://trac.webkit.org/changeset/64801, which broke the Safari Windows Build.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list