[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ap at apple.com ap at apple.com
Thu Apr 8 00:58:06 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 93771994cde1a17db49f33c10ea55157de5062e5
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 8 00:57:09 2010 +0000

            More build fix.
    
            * WebKitPrefix.h: Define JS_EXPORTCLASS here, as well (as empty).
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52963 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 39fadf7..60cafbf 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-07  Alexey Proskuryakov  <ap at apple.com>
+
+        More build fix.
+
+        * WebKitPrefix.h: Define JS_EXPORTCLASS here, as well (as empty).
+
 2010-01-07  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Simon Fraser.
diff --git a/WebKit/mac/WebKitPrefix.h b/WebKit/mac/WebKitPrefix.h
index 518fc1b..2a894e6 100644
--- a/WebKit/mac/WebKitPrefix.h
+++ b/WebKit/mac/WebKitPrefix.h
@@ -90,4 +90,5 @@ typedef float CGFloat;
 #undef catch
 
 #define JS_EXPORTDATA
+#define JS_EXPORTCLASS
 #define WEBKIT_EXPORTDATA

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list