Bustage fix, r=lumpy

This commit is contained in:
Jeff Walden 2009-12-29 13:13:49 -06:00
parent 285792a4b4
commit cd687c4a78

View File

@ -51,7 +51,6 @@
#include "jshash.h" /* Added by JSIFY */
#include "jspubtd.h"
#include "jsprvtd.h"
#include "jsstdint.h"
/*
* A representation of ECMA-262 ed. 5's internal property descriptor data
@ -118,7 +117,7 @@ struct PropertyDescriptor {
jsval value, get, set;
/* Property descriptor boolean fields. */
uint8_t attrs;
uint8 attrs;
/* Bits indicating which values are set. */
bool hasGet : 1;