Commit 2149ccd5 authored by Dan Elphick's avatar Dan Elphick Committed by V8 LUCI CQ

[include] Remove v8-script.h include from v8-inspector.h

Removes include now that chrome is not transitively including the header
via v8-inspector.h.

Bug: v8:11965
Change-Id: Ice039f54f2b97e6fba8765c5220d3145c10ba073
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3141585
Auto-Submit: Dan Elphick <delphick@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76693}
parent 90da6284
......@@ -13,9 +13,6 @@
#include "v8-isolate.h" // NOLINT(build/include_directory)
#include "v8-local-handle.h" // NOLINT(build/include_directory)
// TODO(v8:11965) Remove this when chrome includes it directly where needed.
#include "v8-script.h" // NOLINT(build/include_directory)
namespace v8 {
class Context;
class Name;
......
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