pkgsrc/devel/xulrunner/patches/patch-js_src_jsval.h
tnn 9372577180 Update to firefox-4.0.
Firefox 4 is based on the Gecko 2.0 Web platform. This release features
JavaScript execution speeds up to six times faster than the previous
version, new capabilities for Web Developers and Add-on Developers such as
hardware accelerated graphics and HTML5 technologies, and a completely
revised user interface.
2011-04-26 14:16:36 +00:00

15 lines
458 B
C

$NetBSD: patch-js_src_jsval.h,v 1.1 2011/04/26 14:16:37 tnn Exp $
# Attachment #517107 from
# https://bugzilla.mozilla.org/show_bug.cgi?id=618485
--- js/src/jsval.h.orig 2011-02-23 05:53:35.000000000 +0000
+++ js/src/jsval.h
@@ -346,6 +346,7 @@ typedef union jsval_layout
union {
int32 i32;
uint32 u32;
+ jsuword word;
JSWhyMagic why;
} payload;
} s;