Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index b7d16f24b280cd4eb2dadfda01c8f7a5af9c96c0..c94597c8dd3959aaf71482526cf05f0fbed48a04 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -355,3 +355,9 @@ textTrackTextSize type=String |
lowPriorityIframes initial=false |
reportWheelOverscroll initial=false |
+ |
+# Selects the mode of operation for the resource fetching algorithms: |
+# 0 = control |
+# 1 = Lower priority of late-body scripts |
+# 2 = Shuffle several resource priorities (attempt at optimal order) |
+resourceFetchMode type=int, initial=0 |