| Index: third_party/WebKit/Source/core/dom/Microtask.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp b/third_party/WebKit/Source/core/dom/Microtask.cpp
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
|
| rename to third_party/WebKit/Source/core/dom/Microtask.cpp
|
| index ade8bba84c933be5ee6b800a8b856ceb7d29e7b4..344c9e0181de1aa5f0e4ca1fb1ccbc0eb3210db9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Microtask.cpp
|
| @@ -28,10 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "bindings/core/v8/Microtask.h"
|
| +#include "core/dom/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 {
|
|
|
|
|