Add missing include to v8-fast-api-calls.h

This missing include prevents v8-fast-api-calls.h from being included in
some places in blink code.

BUG=chromium:1181349

Change-Id: Ib0678c9a380b702319bd1717fac48bdc64c9b394
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2724929
Auto-Submit: Justin Novosad <junov@chromium.org>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73197}
This commit is contained in:
Justin Novosad 2021-03-02 18:33:15 +00:00 committed by Commit Bot
parent 024d2c0604
commit bc123a1fcc

View File

@ -187,6 +187,8 @@
#include <stddef.h>
#include <stdint.h>
#include <type_traits>
#include "v8config.h" // NOLINT(build/include_directory)
namespace v8 {