Remove the last comment referring to imacros. No bug#, no_r=me.

--HG--
extra : rebase_source : ec684275939472f47dd5faee69c3b4023483d6e2
This commit is contained in:
Jason Orendorff 2011-12-08 14:28:13 -06:00
parent f952c6179e
commit 4d508e3ed1

View File

@ -151,7 +151,6 @@ js::GetBlockChain(JSContext *cx, StackFrame *fp)
if (!fp->isScriptFrame())
return NULL;
/* Assume that imacros don't affect blockChain */
jsbytecode *target = fp->pcQuadratic(cx->stack);
JSScript *script = fp->script();