| Index: third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Microtask.cpp b/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/core/dom/Microtask.cpp
|
| rename to third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
|
| index 9e57c775ad0d3a1f20d42164bbafdde3fdfb7777..9f324b2de06118f31dc6de6e97f8950c37186a3b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Microtask.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
|
| @@ -28,13 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "core/dom/Microtask.h"
|
| +#include "bindings/core/v8/Microtask.h"
|
|
|
| -#include "bindings/core/v8/V8PerIsolateData.h"
|
| #include "platform/ScriptForbiddenScope.h"
|
| #include "platform/Task.h"
|
| -#include "public/platform/WebTaskRunner.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|