mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 870051 - Fix build warning. r=dholbert
This commit is contained in:
parent
79c1108545
commit
3e9d4f4af2
@ -13,6 +13,8 @@
|
||||
#include "jsscriptinlines.h"
|
||||
#endif
|
||||
|
||||
#include "vm/Stack-inl.h"
|
||||
|
||||
#define TYPEOF(cx,v) (JSVAL_IS_NULL(v) ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
|
||||
|
||||
using namespace js;
|
||||
|
Loading…
Reference in New Issue
Block a user