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..02251c71f835f9c7020fd9fb322a07de38c5fd92 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, invalidate=DOMWorlds |
+ |
# 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. |