mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 814497 - Fix nsScriptErrorWithStack constructor. r=ehsan
This commit is contained in:
parent
c8e862eb93
commit
88e9470ef7
@ -3030,7 +3030,7 @@ protected:
|
||||
|
||||
class nsScriptErrorWithStack : public nsScriptError {
|
||||
public:
|
||||
nsScriptErrorWithStack(JS::HandleObject);
|
||||
explicit nsScriptErrorWithStack(JS::HandleObject);
|
||||
|
||||
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
|
||||
NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsScriptErrorWithStack)
|
||||
|
Loading…
Reference in New Issue
Block a user