Bug 1519636 - Reformat everything to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D16388
This commit is contained in:
Sylvestre Ledru
2019-01-16 08:50:07 +00:00
parent 82a1634dc6
commit 1b7e81a0bc
75 changed files with 390 additions and 442 deletions

View File

@@ -2301,9 +2301,8 @@ nsresult ScriptLoader::FillCompileOptionsForRequest(
bool isScriptElement =
!aRequest->IsModuleRequest() || aRequest->AsModuleRequest()->IsTopLevel();
aOptions->setIntroductionInfoToCaller(jsapi.cx(),
isScriptElement ? "scriptElement"
: "importedModule");
aOptions->setIntroductionInfoToCaller(
jsapi.cx(), isScriptElement ? "scriptElement" : "importedModule");
aOptions->setFileAndLine(aRequest->mURL.get(), aRequest->mLineNo);
aOptions->setIsRunOnce(true);
aOptions->setNoScriptRval(true);