Move call_with_eh_frame to base/apple
Bug: 1444927
Change-Id: Ia7bc55cc6bde98c902efa38833453154a0d72d19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4779215
Commit-Queue: Mark Mentovai <[email protected]>
Auto-Submit: Avi Drissman <[email protected]>
Reviewed-by: Mark Mentovai <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1183642}
diff --git a/docs/memory/investigating_heap_dump_example.md b/docs/memory/investigating_heap_dump_example.md
index 17488af..bc8ce09 100644
--- a/docs/memory/investigating_heap_dump_example.md
+++ b/docs/memory/investigating_heap_dump_example.md
@@ -49,7 +49,7 @@
base::MessageLoop::RunTask(base::PendingTask*)
base::MessageLoop::DoWork()
base::MessagePumpCFRunLoopBase::RunWork()
-base::mac::CallWithEHFrame(void () block_pointer)
+base::apple::CallWithEHFrame(void () block_pointer)
base::MessagePumpCFRunLoopBase::RunWorkSource(void*)
<???>
<???>
@@ -61,7 +61,7 @@
<???>
<???>
__71-[BrowserCrApplication nextEventMatchingMask:untilDate:inMode:dequeue:]_block_invoke
-base::mac::CallWithEHFrame(void () block_pointer)
+base::apple::CallWithEHFrame(void () block_pointer)
-[BrowserCrApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
<???>
base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*)
@@ -151,7 +151,7 @@
base::MessageLoop::RunTask(base::PendingTask*)
base::MessageLoop::DoWork()
base::MessagePumpCFRunLoopBase::RunWork()
-base::mac::CallWithEHFrame(void () block_pointer)
+base::apple::CallWithEHFrame(void () block_pointer)
base::MessagePumpCFRunLoopBase::RunWorkSource(void*)
```