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:
Nika Layzell
2019-04-08 20:30:37 +00:00
parent 36690b96f3
commit 32f3dfd7fd
3 changed files with 14 additions and 26 deletions

View File

@@ -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),