Bug 1340771 part 1 - Rename nsWeakFrame to AutoWeakFrame (automated change). r=tn

MozReview-Commit-ID: 8pl4nyeGEkr
This commit is contained in:
Mats Palmgren
2017-03-01 18:03:14 +01:00
parent b51fa2ecd0
commit 7c43dcf986
54 changed files with 192 additions and 192 deletions

View File

@@ -1256,7 +1256,7 @@ nsHTMLFramesetFrame::MouseDrag(nsPresContext* aPresContext,
}
int32_t change; // measured positive from left-to-right or top-to-bottom
nsWeakFrame weakFrame(this);
AutoWeakFrame weakFrame(this);
if (mDragger->mVertical) {
change = aPresContext->DevPixelsToAppUnits(
aEvent->mRefPoint.x - mFirstDragPoint.x);