[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
ap at apple.com
ap at apple.com
Wed Jan 20 22:16:46 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit a613d8d331fd118257bb0fae58d11e36b61d2570
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