Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/Microtask.cpp

Issue 1769273004: Remove V8RecrusionScope, cleanup call sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 344c9e0181de1aa5f0e4ca1fb1ccbc0eb3210db9..ade8bba84c933be5ee6b800a8b856ceb7d29e7b4 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 {

Powered by Google App Engine
This is Rietveld 408576698