mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
No bug - Make constructor explicit. rs=Ms2ger
This commit is contained in:
parent
ba8ce989f1
commit
8d84f933dc
@ -40,7 +40,7 @@ class BytecodeAnalysis
|
||||
Vector<BytecodeInfo, 0, IonAllocPolicy> infos_;
|
||||
|
||||
public:
|
||||
BytecodeAnalysis(JSScript *script);
|
||||
explicit BytecodeAnalysis(JSScript *script);
|
||||
|
||||
bool init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user