Title: [208844] trunk/Source/WebCore
- Revision
- 208844
- Author
- [email protected]
- Date
- 2016-11-17 02:53:16 -0800 (Thu, 17 Nov 2016)
Log Message
Unreviewed, attempt to fix link error after r208841
* storage/StorageMap.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (208843 => 208844)
--- trunk/Source/WebCore/ChangeLog 2016-11-17 09:05:11 UTC (rev 208843)
+++ trunk/Source/WebCore/ChangeLog 2016-11-17 10:53:16 UTC (rev 208844)
@@ -1,3 +1,9 @@
+2016-11-17 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, attempt to fix link error after r208841
+
+ * storage/StorageMap.h:
+
2016-11-17 Saam Barati <[email protected]>
Remove async/await compile time flag and enable tests
Modified: trunk/Source/WebCore/storage/StorageMap.h (208843 => 208844)
--- trunk/Source/WebCore/storage/StorageMap.h 2016-11-17 09:05:11 UTC (rev 208843)
+++ trunk/Source/WebCore/storage/StorageMap.h 2016-11-17 10:53:16 UTC (rev 208844)
@@ -51,7 +51,7 @@
unsigned quota() const { return m_quotaSize; }
- static const unsigned noQuota = UINT_MAX;
+ static const constexpr unsigned noQuota = UINT_MAX;
private:
explicit StorageMap(unsigned quota);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes