summaryrefslogtreecommitdiff
path: root/chromium/third_party/leveldatabase/leveldb_chrome.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/leveldatabase/leveldb_chrome.cc')
-rw-r--r--chromium/third_party/leveldatabase/leveldb_chrome.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/leveldatabase/leveldb_chrome.cc b/chromium/third_party/leveldatabase/leveldb_chrome.cc
index e78a2587331..eae6e59b6da 100644
--- a/chromium/third_party/leveldatabase/leveldb_chrome.cc
+++ b/chromium/third_party/leveldatabase/leveldb_chrome.cc
@@ -69,6 +69,7 @@ class Globals {
// asynchronously, so this instance will be fully constructed by the
// time it is called.
memory_pressure_listener_(
+ FROM_HERE,
base::BindRepeating(&Globals::OnMemoryPressure,
base::Unretained(this))) {}