⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280821 in webkit


Ignore:
Timestamp:
Aug 9, 2021, 7:29:56 PM (5 years ago)
Author:
Fujii Hironori
Message:

[GTK][WPE] REGRESSION(r280795): MemoryPressureHandlerUnix.cpp:45:28: error: ‘LogMemoryPressure’ was not declared in this scope
https://bugs.webkit.org/show_bug.cgi?id=228938

Unreviewed build fix.

  • wtf/unix/MemoryPressureHandlerUnix.cpp:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r280820 r280821  
     12021-08-09  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [GTK][WPE] REGRESSION(r280795): MemoryPressureHandlerUnix.cpp:45:28: error: ‘LogMemoryPressure’ was not declared in this scope
     4        https://bugs.webkit.org/show_bug.cgi?id=228938
     5
     6        Unreviewed build fix.
     7
     8        * wtf/unix/MemoryPressureHandlerUnix.cpp:
     9
    1102021-08-09  Fujii Hironori  <Hironori.Fujii@sony.com>
    211
  • trunk/Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp

    r278253 r280821  
    3131#include <malloc.h>
    3232#include <unistd.h>
     33#include <wtf/Logging.h>
    3334#include <wtf/MainThread.h>
    3435#include <wtf/MemoryFootprint.h>
     
    4243#include <sys/user.h>
    4344#endif
    44 
    45 #define LOG_CHANNEL_PREFIX Log
    4645
    4746namespace WTF {
Note: See TracChangeset for help on using the changeset viewer.