diff options
Diffstat (limited to 'WebCore/page/Settings.h')
-rw-r--r-- | WebCore/page/Settings.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/page/Settings.h b/WebCore/page/Settings.h index 5b42e89..e4cccb1 100644 --- a/WebCore/page/Settings.h +++ b/WebCore/page/Settings.h @@ -555,12 +555,12 @@ namespace WebCore { bool m_hyperlinkAuditingEnabled : 1; bool m_crossOriginCheckInGetMatchedCSSRulesDisabled : 1; -#ifdef ANDROID_PLUGINS - bool m_pluginsOnDemand : 1; -#endif #if ENABLE(WEB_AUTOFILL) bool m_autoFillEnabled: 1; #endif +#ifdef ANDROID_PLUGINS + bool m_pluginsOnDemand : 1; +#endif #if USE(SAFARI_THEME) static bool gShouldPaintNativeControls; |