Bug 1542778 - Part 2: Fix clang-format fallout for DocShell and LoadContext, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D26546
This commit is contained in:
@@ -341,12 +341,10 @@ nsDocShell::nsDocShell(BrowsingContext* aBrowsingContext)
|
||||
mTouchEventsOverride(nsIDocShell::TOUCHEVENTS_OVERRIDE_NONE),
|
||||
mMetaViewportOverride(nsIDocShell::META_VIEWPORT_OVERRIDE_NONE),
|
||||
mFullscreenAllowed(CHECK_ATTRIBUTES),
|
||||
mCreatingDocument(false)
|
||||
mCreatingDocument(false),
|
||||
#ifdef DEBUG
|
||||
,
|
||||
mInEnsureScriptEnv(false)
|
||||
mInEnsureScriptEnv(false),
|
||||
#endif
|
||||
,
|
||||
mCreated(false),
|
||||
mAllowSubframes(true),
|
||||
mAllowPlugins(true),
|
||||
|
||||
Reference in New Issue
Block a user