| Index: android_webview/native/aw_contents.cc
|
| diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
|
| index 29ed365eada5db4195e4fff36d78886152d1fb75..727ad2b9151a5286f8e1bdb9702886f3a5b85fed 100644
|
| --- a/android_webview/native/aw_contents.cc
|
| +++ b/android_webview/native/aw_contents.cc
|
| @@ -279,7 +279,7 @@ AwContents::~AwContents() {
|
| // without ever using another WebView.
|
| if (base::subtle::NoBarrier_Load(&g_instance_count) == 0) {
|
| base::MemoryPressureListener::NotifyMemoryPressure(
|
| - base::MemoryPressureListener::MEMORY_PRESSURE_CRITICAL);
|
| + base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL);
|
| }
|
| }
|
|
|
|
|