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

@@ -4119,7 +4119,7 @@ HTMLInputElement::PreHandleEvent(EventChainVisitor& aVisitor)
nsAutoString value;
numberControlFrame->GetValueOfAnonTextControl(value);
numberControlFrame->HandlingInputEvent(true);
nsWeakFrame weakNumberControlFrame(numberControlFrame);
AutoWeakFrame weakNumberControlFrame(numberControlFrame);
rv = SetValueInternal(value,
nsTextEditorState::eSetValue_BySetUserInput |
nsTextEditorState::eSetValue_Notify);