Title: [163235] trunk/Source/WebCore
Revision
163235
Author
[email protected]
Date
2014-01-31 21:16:45 -0800 (Fri, 31 Jan 2014)

Log Message

Release build fix after r163234. Don't always export the symbol that doesn't exist under NDEBUG.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163234 => 163235)


--- trunk/Source/WebCore/ChangeLog	2014-02-01 05:01:15 UTC (rev 163234)
+++ trunk/Source/WebCore/ChangeLog	2014-02-01 05:16:45 UTC (rev 163235)
@@ -1,3 +1,9 @@
+2014-01-31  Ryosuke Niwa  <[email protected]>
+
+        Release build fix after r163234. Don't always export the symbol that doesn't exist under NDEBUG.
+
+        * WebCore.exp.in:
+
 2014-01-31  Brady Eidson  <[email protected]>
 
         IDB: Index cursors use wrong deserialization for the retrieved value

Modified: trunk/Source/WebCore/WebCore.exp.in (163234 => 163235)


--- trunk/Source/WebCore/WebCore.exp.in	2014-02-01 05:01:15 UTC (rev 163234)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-02-01 05:16:45 UTC (rev 163235)
@@ -3087,7 +3087,9 @@
 #endif
 
 #if ENABLE(INDEXED_DATABASE)
+#if !defined(NDEBUG)
 __ZNK7WebCore10IDBKeyData13loggingStringEv
+#endif
 __ZNK7WebCore10IDBKeyData17maybeCreateIDBKeyEv
 __ZNK7WebCore10IDBKeyData6encodeERNS_12KeyedEncoderE
 __ZNK7WebCore10IDBKeyPath6encodeERNS_12KeyedEncoderE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to