Commit d212c356 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[iwyu] Add missing include in builtins-constructor.h

R=titzer@chromium.org

Bug: v8:7754, v8:7965
Change-Id: I62027d97c40276b5dfa9579fc4e903ee21a55b54
Reviewed-on: https://chromium-review.googlesource.com/1160539
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54894}
parent 9991b626
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "src/contexts.h" #include "src/contexts.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/objects/dictionary.h" #include "src/objects/dictionary.h"
#include "src/objects/js-array.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -30,7 +30,6 @@ AUTO_EXCLUDE = [ ...@@ -30,7 +30,6 @@ AUTO_EXCLUDE = [
'src/flag-definitions.h', 'src/flag-definitions.h',
# blacklist of headers we need to fix (https://crbug.com/v8/7965). # blacklist of headers we need to fix (https://crbug.com/v8/7965).
'src/allocation-site-scopes.h', 'src/allocation-site-scopes.h',
'src/builtins/builtins-constructor.h',
'src/builtins/builtins-utils.h', 'src/builtins/builtins-utils.h',
'src/compiler/allocation-builder.h', 'src/compiler/allocation-builder.h',
'src/compiler/js-context-specialization.h', 'src/compiler/js-context-specialization.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