Index: third_party/WebKit/Source/core/frame/Settings.in |
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in |
index aa3d12ababa70a581d15f04a0acce028965a9c03..7b96b0191d143e852bb0d2e833e88bab9bb64713 100644 |
--- a/third_party/WebKit/Source/core/frame/Settings.in |
+++ b/third_party/WebKit/Source/core/frame/Settings.in |
@@ -285,6 +285,10 @@ layerSquashingEnabled initial=false |
# HTML sandbox, plugin sandboxing, and other important details. |
scriptEnabled initial=false |
+# Forces initialization of main world, even if no scripts will be executed. |
+# Used by inspector to report all contexts. |
+forceMainWorldInitialization initial=false |
+ |
# Compensates for poor text legibility on mobile devices. This value is |
# multiplied by the font scale factor when performing text autosizing of |
# websites that do not set an explicit viewport description. |