| Index: Source/core/frame/Settings.in
|
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
|
| index cc3bee2826d6439f61b058ce2184405b055aebfb..43fe23d4614823b23c9724f648720b9f62725083 100644
|
| --- a/Source/core/frame/Settings.in
|
| +++ b/Source/core/frame/Settings.in
|
| @@ -167,6 +167,8 @@ cookieEnabled initial=true
|
| navigateOnDragDrop initial=true
|
| DOMPasteAllowed initial=false
|
|
|
| +// FIXME: Remove this. Unfortunately many webkit_unit_tests
|
| +// depend on parsing being synchronous. crbug.com/366354
|
| threadedHTMLParser initial=false
|
| useThreadedHTMLParserForDataURLs initial=false
|
|
|
|
|