Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 084b3c8

Browse files
Unreviewed GTK/WPE Debug build fix after r263589.
* Platform/Logging.h: Define a log category for Memory Pressure. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@263632 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent a76f6a1 commit 084b3c8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Source/WebKit/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2020-06-28 Philippe Normand <[email protected]>
2+
3+
Unreviewed GTK/WPE Debug build fix after r263589.
4+
5+
* Platform/Logging.h: Define a log category for Memory Pressure.
6+
17
2020-06-27 Daniel Bates <[email protected]>
28

39
Revert r262654 because it caused <rdar://problem/64664156>.

Source/WebKit/Platform/Logging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ extern "C" {
6666
M(Loading) \
6767
M(LocalStorageDatabaseTracker) \
6868
M(Media) \
69+
M(MemoryPressure) \
6970
M(MouseHandling) \
7071
M(Network) \
7172
M(NetworkCache) \

0 commit comments

Comments
 (0)