mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1824950 - Initialize ScriptLoadContext mColumnNo. r=mgaudet.
Differential Revision: https://phabricator.services.mozilla.com/D173933
This commit is contained in:
parent
5fd3f3868e
commit
c490270104
@ -65,6 +65,7 @@ ScriptLoadContext::ScriptLoadContext()
|
||||
mOffThreadToken(nullptr),
|
||||
mRunnable(nullptr),
|
||||
mLineNo(1),
|
||||
mColumnNo(0),
|
||||
mIsPreload(false),
|
||||
mUnreportedPreloadError(NS_OK) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user