Comment 53 for bug 327863

Revision history for this message
In , L. David Baron (dbaron) wrote :

Comment on attachment 387583
alternative much smaller patch

>+ nsCOMPtr<nsIAtom> frameType(frame->GetType());

nsIAtom *frameType = frame->GetType();

r=dbaron with that, I suppose