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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Fix some behaviors Created 3 years, 7 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/WindowProxy.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp
index aa5b1a123b1e70b3f6b5a3db4820f7cec433a2d6..ba834b7002a2aa218bd6e5e3014daf8232cf8ca3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp
@@ -37,6 +37,7 @@
#include "core/frame/DOMWindow.h"
#include "core/frame/Frame.h"
#include "platform/bindings/V8DOMWrapper.h"
+#include "platform/instrumentation/tracing/TraceEvent.h"
Yuki 2017/05/12 15:20:10 Why do we need this here?
peria 2017/05/30 08:25:42 Done.
#include "platform/wtf/Assertions.h"
#include "v8/include/v8.h"

Powered by Google App Engine
This is Rietveld 408576698