Title: [98947] trunk/Source/WebCore
Revision
98947
Author
commit-qu...@webkit.org
Date
2011-11-01 03:17:06 -0700 (Tue, 01 Nov 2011)

Log Message

[Qt] bad codegen, pointer diff in JSC::JSCallbackConstructor::JSCallbackConstructor
https://bugs.webkit.org/show_bug.cgi?id=60951

Adjust symbols visibility for WebCore.

Patch by Zeno Albisser <zeno.albis...@nokia.com> on 2011-11-01
Reviewed by Simon Hausmann.

* WebCore.pro:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98946 => 98947)


--- trunk/Source/WebCore/ChangeLog	2011-11-01 10:14:39 UTC (rev 98946)
+++ trunk/Source/WebCore/ChangeLog	2011-11-01 10:17:06 UTC (rev 98947)
@@ -1,3 +1,14 @@
+2011-11-01  Zeno Albisser  <zeno.albis...@nokia.com>
+
+        [Qt] bad codegen, pointer diff in JSC::JSCallbackConstructor::JSCallbackConstructor
+        https://bugs.webkit.org/show_bug.cgi?id=60951
+
+        Adjust symbols visibility for WebCore.
+
+        Reviewed by Simon Hausmann.
+
+        * WebCore.pro:
+
 2011-11-01  Pavel Feldman  <pfeld...@google.com>
 
         Not reviewed: add InspectorView.js entry into WebKit.qrc

Modified: trunk/Source/WebCore/WebCore.pro (98946 => 98947)


--- trunk/Source/WebCore/WebCore.pro	2011-11-01 10:14:39 UTC (rev 98946)
+++ trunk/Source/WebCore/WebCore.pro	2011-11-01 10:17:06 UTC (rev 98947)
@@ -7,6 +7,8 @@
 include($$PWD/WebCore.pri)
 include($$PWD/../_javascript_Core/_javascript_Core.pri)
 
+contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+
 TEMPLATE = lib
 TARGET = $$WEBCORE_TARGET
 CONFIG += staticlib
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to