* platform/MemoryPressureHandler.h:
(WebCore::MemoryPressureHandler::ReliefLogger::logString):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167464
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-04-17 Andreas Kling <akling@apple.com>
+
+ Cheesy Mountain Lion build fix.
+
+ * platform/MemoryPressureHandler.h:
+ (WebCore::MemoryPressureHandler::ReliefLogger::logString):
+
2014-04-17 David Hyatt <hyatt@apple.com>
[New Multicolumn] Column rules don't respect the specified stacking order.
platformLog();
}
+ const char* logString() const { return m_logString; }
+
private:
size_t platformMemoryUsage();
void platformLog();