mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 451669. Bustage fix for linux canvas build. Patch by Mike Kaplinskiy. r/sr=jst.
This commit is contained in:
parent
f0606ee551
commit
791b10e1b4
@ -3147,7 +3147,8 @@ nsCanvasRenderingContext2D::GetImageData()
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
extern JSBool
|
||||
#include "jstypes.h"
|
||||
JS_FRIEND_API(JSBool)
|
||||
js_ArrayToJSUint8Buffer(JSContext *cx, JSObject *obj, jsuint offset, jsuint count,
|
||||
JSUint8 *dest);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user