[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: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#76693}
This commit is contained in:
parent
90da6284ba
commit
2149ccd59e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user