Title: [229187] trunk/Source/WTF
- Revision
- 229187
- Author
- [email protected]
- Date
- 2018-03-02 14:00:14 -0800 (Fri, 02 Mar 2018)
Log Message
Build fix after r229174
https://bugs.webkit.org/show_bug.cgi?id=183301
Patch by Christopher Reid <[email protected]> on 2018-03-02
Reviewed by Alex Christensen.
Updating MemoryPressureHandler::holdOff to use Seconds instead of unsigned.
* wtf/MemoryPressureHandler.cpp:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (229186 => 229187)
--- trunk/Source/WTF/ChangeLog 2018-03-02 20:19:17 UTC (rev 229186)
+++ trunk/Source/WTF/ChangeLog 2018-03-02 22:00:14 UTC (rev 229187)
@@ -1,3 +1,14 @@
+2018-03-02 Christopher Reid <[email protected]>
+
+ Build fix after r229174
+ https://bugs.webkit.org/show_bug.cgi?id=183301
+
+ Reviewed by Alex Christensen.
+
+ Updating MemoryPressureHandler::holdOff to use Seconds instead of unsigned.
+
+ * wtf/MemoryPressureHandler.cpp:
+
2018-03-02 Tim Horton <[email protected]>
Make it possible to build for iOS without Celestial
Modified: trunk/Source/WTF/wtf/MemoryPressureHandler.cpp (229186 => 229187)
--- trunk/Source/WTF/wtf/MemoryPressureHandler.cpp 2018-03-02 20:19:17 UTC (rev 229186)
+++ trunk/Source/WTF/wtf/MemoryPressureHandler.cpp 2018-03-02 22:00:14 UTC (rev 229187)
@@ -286,7 +286,7 @@
#if !PLATFORM(COCOA) && !OS(LINUX) && !OS(WINDOWS)
void MemoryPressureHandler::install() { }
void MemoryPressureHandler::uninstall() { }
-void MemoryPressureHandler::holdOff(unsigned) { }
+void MemoryPressureHandler::holdOff(Seconds) { }
void MemoryPressureHandler::respondToMemoryPressure(Critical, Synchronous) { }
void MemoryPressureHandler::platformReleaseMemory(Critical) { }
std::optional<MemoryPressureHandler::ReliefLogger::MemoryUsage> MemoryPressureHandler::ReliefLogger::platformMemoryUsage() { return std::nullopt; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes