class RegExp, not struct RegExp. r=windows-bustage

--HG--
extra : rebase_source : 5c31a9b6a5309548db45d2756f03abeec23ed2f9
This commit is contained in:
Jeff Walden 2011-03-24 15:04:54 -07:00
parent ce1986f232
commit 3ac68031d5

View File

@ -281,7 +281,7 @@ js_TypeOf(JSContext *cx, JSObject *obj);
namespace js { namespace js {
struct NativeIterator; struct NativeIterator;
struct RegExp; class RegExp;
} }