Title: [167464] trunk/Source/WebCore
- Revision
- 167464
- Author
- akl...@apple.com
- Date
- 2014-04-17 16:21:41 -0700 (Thu, 17 Apr 2014)
Log Message
Cheesy Mountain Lion build fix.
* platform/MemoryPressureHandler.h:
(WebCore::MemoryPressureHandler::ReliefLogger::logString):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (167463 => 167464)
--- trunk/Source/WebCore/ChangeLog 2014-04-17 23:06:02 UTC (rev 167463)
+++ trunk/Source/WebCore/ChangeLog 2014-04-17 23:21:41 UTC (rev 167464)
@@ -1,3 +1,10 @@
+2014-04-17 Andreas Kling <akl...@apple.com>
+
+ Cheesy Mountain Lion build fix.
+
+ * platform/MemoryPressureHandler.h:
+ (WebCore::MemoryPressureHandler::ReliefLogger::logString):
+
2014-04-17 David Hyatt <hy...@apple.com>
[New Multicolumn] Column rules don't respect the specified stacking order.
Modified: trunk/Source/WebCore/platform/MemoryPressureHandler.h (167463 => 167464)
--- trunk/Source/WebCore/platform/MemoryPressureHandler.h 2014-04-17 23:06:02 UTC (rev 167463)
+++ trunk/Source/WebCore/platform/MemoryPressureHandler.h 2014-04-17 23:21:41 UTC (rev 167464)
@@ -83,6 +83,8 @@
platformLog();
}
+ const char* logString() const { return m_logString; }
+
private:
size_t platformMemoryUsage();
void platformLog();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes