зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Make ScriptSource constructor explicit. rs=jorendorff
This commit is contained in:
Родитель
e3a13e809a
Коммит
0965325469
|
@ -425,7 +425,7 @@ class ScriptSource
|
|||
bool hasIntroductionOffset_:1;
|
||||
|
||||
public:
|
||||
ScriptSource(JSPrincipals *originPrincipals)
|
||||
explicit ScriptSource(JSPrincipals *originPrincipals)
|
||||
: refs(0),
|
||||
length_(0),
|
||||
compressedLength_(0),
|
||||
|
|
Загрузка…
Ссылка в новой задаче