Bug 1340771 part 1 - Rename nsWeakFrame to AutoWeakFrame (automated change). r=tn
MozReview-Commit-ID: 8pl4nyeGEkr
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user