Title: [159438] trunk/Source/WTF
- Revision
- 159438
- Author
- [email protected]
- Date
- 2013-11-18 11:00:59 -0800 (Mon, 18 Nov 2013)
Log Message
URTBF after r159432 to make WinCairo build happy.
* wtf/text/WTFString.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (159437 => 159438)
--- trunk/Source/WTF/ChangeLog 2013-11-18 18:54:21 UTC (rev 159437)
+++ trunk/Source/WTF/ChangeLog 2013-11-18 19:00:59 UTC (rev 159438)
@@ -1,3 +1,9 @@
+2013-11-18 Csaba Osztrogonác <[email protected]>
+
+ URTBF after r159432 to make WinCairo build happy.
+
+ * wtf/text/WTFString.h:
+
2013-11-18 Carlos Garcia Campos <[email protected]>
Unreviewed. Fix make distcheck.
Modified: trunk/Source/WTF/wtf/text/WTFString.h (159437 => 159438)
--- trunk/Source/WTF/wtf/text/WTFString.h 2013-11-18 18:54:21 UTC (rev 159437)
+++ trunk/Source/WTF/wtf/text/WTFString.h 2013-11-18 19:00:59 UTC (rev 159438)
@@ -373,7 +373,7 @@
WTF_EXPORT_STRING_API int toInt(bool* ok = 0) const;
WTF_EXPORT_STRING_API unsigned toUInt(bool* ok = 0) const;
- int64_t toInt64(bool* ok = 0) const;
+ WTF_EXPORT_STRING_API int64_t toInt64(bool* ok = 0) const;
WTF_EXPORT_STRING_API uint64_t toUInt64(bool* ok = 0) const;
WTF_EXPORT_STRING_API intptr_t toIntPtr(bool* ok = 0) const;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes