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

Unified Diff: Source/core/frame/Settings.h

Issue 651163002: Script streaming: Add an option to make the main thread block (wait for parsing) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: code review (jochen@, skyostil@) Created 6 years, 2 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: Source/core/frame/Settings.h
diff --git a/Source/core/frame/Settings.h b/Source/core/frame/Settings.h
index e4bf9d4cb3b41a84b8d5e8149a8d6425f907469f..16e08bfe3695e35dfbc7eb37021b4be781027d2c 100644
--- a/Source/core/frame/Settings.h
+++ b/Source/core/frame/Settings.h
@@ -27,6 +27,7 @@
#ifndef Settings_h
#define Settings_h
+#include "bindings/core/v8/ScriptStreamingMode.h"
#include "bindings/core/v8/V8CacheOptions.h"
#include "core/SettingsMacros.h"
#include "core/css/PointerProperties.h"

Powered by Google App Engine
This is Rietveld 408576698