| 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..5a2de5e50a6408c6845085eb4cec42f452836b50 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -407,3 +407,7 @@ passiveListenerDefault type=PassiveListenerDefault, initial=PassiveListenerDefau
|
| # Use default interpolation quality to scale bitmap images if quality is not determined
|
| # in other ways. This can help us writing reftests containing scaled images.
|
| useDefaultImageInterpolationQuality initial=false
|
| +
|
| +# Variant of the ParseHTMLOnMainThread experiment. One experiment immediately
|
| +# tokenizes input bytes. The default is to tokenize with a post task.
|
| +parseHTMLOnMainThreadSyncTokenize initial=false
|
|
|