Bug 794206 - Initialize mRuntime. r=ehsan

This commit is contained in:
Benoit Girard 2012-10-01 12:51:03 -04:00
parent 81ce2c4253
commit 844734bb36

View File

@ -262,6 +262,7 @@ public:
: mStackPointer(0)
, mMarkerPointer(0)
, mQueueClearMarker(false)
, mRuntime(NULL)
, mStartJSSampling(false)
{ }