mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Make NameResolver constructor explicit. r=sfink
This commit is contained in:
parent
a18a2f4b69
commit
43a852b530
@ -264,7 +264,7 @@ class NameResolver
|
||||
}
|
||||
|
||||
public:
|
||||
NameResolver(JSContext *cx) : cx(cx), nparents(0), buf(NULL) {}
|
||||
explicit NameResolver(JSContext *cx) : cx(cx), nparents(0), buf(NULL) {}
|
||||
|
||||
/*
|
||||
* Resolve all names for anonymous functions recursively within the
|
||||
|
Loading…
Reference in New Issue
Block a user