Commit dc2d0d3d authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Remove single_thread_task_runner.h from v8_per_isolate_data.h

An existing forward declaration is enough.

Bug: 242216
Change-Id: I1e2c60acf3aac2c90666d916dd92ad187d909900
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1794326Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695053}
parent 3b6ffbc7
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "third_party/blink/renderer/modules/screen_orientation/lock_orientation_callback.h" #include "third_party/blink/renderer/modules/screen_orientation/lock_orientation_callback.h"
#include "base/single_thread_task_runner.h"
#include "third_party/blink/public/platform/task_type.h" #include "third_party/blink/public/platform/task_type.h"
#include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h" #include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h"
#include "third_party/blink/renderer/core/dom/dom_exception.h" #include "third_party/blink/renderer/core/dom/dom_exception.h"
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <memory> #include <memory>
#include "base/macros.h" #include "base/macros.h"
#include "base/single_thread_task_runner.h"
#include "gin/public/gin_embedders.h" #include "gin/public/gin_embedders.h"
#include "gin/public/isolate_holder.h" #include "gin/public/isolate_holder.h"
#include "third_party/blink/renderer/platform/bindings/runtime_call_stats.h" #include "third_party/blink/renderer/platform/bindings/runtime_call_stats.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