summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/fx_memory.cpp')
-rw-r--r--core/fxcrt/fx_memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_memory.cpp b/core/fxcrt/fx_memory.cpp
index 4c7b36855c..c0ca7a02df 100644
--- a/core/fxcrt/fx_memory.cpp
+++ b/core/fxcrt/fx_memory.cpp
@@ -49,7 +49,7 @@ NEVER_INLINE void FX_OutOfMemoryTerminate() {
// Convince the linker this should not be folded with similar functions using
// Identical Code Folding.
static int make_this_function_aliased = 0xbd;
- base::debug::Alias(&make_this_function_aliased);
+ pdfium::base::debug::Alias(&make_this_function_aliased);
// Termimate cleanly if we can, else crash at a specific address (0xbd).
abort();