Fix comment. r=jwatt. no bug. DONTBUILD.

--HG--
extra : rebase_source : 3dbbe95341f3acecf433dd7571b87a6296bbe37a
This commit is contained in:
Robert Longson 2012-11-06 19:13:25 +00:00
Родитель 8e25578124
Коммит bff7a1af2f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -251,7 +251,7 @@ nsSVGFilterProperty::DoUpdate()
if (!mFrame)
return;
// Repaint asynchronously in case the marker frame is being torn down
// Repaint asynchronously in case the filter frame is being torn down
nsChangeHint changeHint =
nsChangeHint(nsChangeHint_RepaintFrame | nsChangeHint_UpdateEffects);
@ -272,7 +272,7 @@ nsSVGMarkerProperty::DoUpdate()
NS_ASSERTION(mFrame->IsFrameOfType(nsIFrame::eSVG), "SVG frame expected");
// Repaint asynchronously in case the filter frame is being torn down
// Repaint asynchronously in case the marker frame is being torn down
nsChangeHint changeHint =
nsChangeHint(nsChangeHint_RepaintFrame | nsChangeHint_UpdateEffects);