Commit d9de15e5 authored by Joyee Cheung's avatar Joyee Cheung Committed by Commit Bot

Add missing include in ic.cc for V8_TRACE_FEEDBACK_UPDATES

It otherwise does not compile on macOS when V8_TRACE_FEEDBACK_UPDATES
is enabled.

Change-Id: Ie3abaf901a9e28a02aaebd1de96448ce097bd0d2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1537295Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
Commit-Queue: Joyee Cheung <joyee@igalia.com>
Cr-Commit-Position: refs/heads/master@{#60439}
parent 8e84ba35
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
#include "src/objects/js-array-inl.h" #include "src/objects/js-array-inl.h"
#include "src/objects/module-inl.h" #include "src/objects/module-inl.h"
#include "src/objects/struct-inl.h" #include "src/objects/struct-inl.h"
#ifdef V8_TRACE_FEEDBACK_UPDATES
#include "src/ostreams.h"
#endif // V8_TRACE_FEEDBACK_UPDATES
#include "src/prototype.h" #include "src/prototype.h"
#include "src/runtime-profiler.h" #include "src/runtime-profiler.h"
#include "src/runtime/runtime-utils.h" #include "src/runtime/runtime-utils.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment