Bug 1523969 part 13 - Move method definition inline comments to new line in 'js/'. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D21114
This commit is contained in:
@@ -954,8 +954,9 @@ JSScript* ScriptPreloader::WaitForCachedScript(JSContext* cx,
|
||||
return script->GetJSScript(cx);
|
||||
}
|
||||
|
||||
/* static */ void ScriptPreloader::OffThreadDecodeCallback(
|
||||
JS::OffThreadToken* token, void* context) {
|
||||
/* static */
|
||||
void ScriptPreloader::OffThreadDecodeCallback(JS::OffThreadToken* token,
|
||||
void* context) {
|
||||
auto cache = static_cast<ScriptPreloader*>(context);
|
||||
|
||||
cache->mMonitor.AssertNotCurrentThreadOwns();
|
||||
|
||||
Reference in New Issue
Block a user