Remove JSRuntime::GCData::info from GCData's member initialization list to avoid C4351 on Windows. rs=billm over IRC, no bug

--HG--
extra : rebase_source : eb638748878580f3a039cbbfe6e9433c2d7c3edf
This commit is contained in:
Jeff Walden 2011-10-05 12:25:28 -07:00
parent 130e939216
commit 441ed4cea1

View File

@ -683,7 +683,6 @@ struct JSRuntime {
firstEnterValid(false)
#ifdef JSGC_TESTPILOT
, infoEnabled(false),
info(),
start(0),
count(0)
#endif