mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1225682 - Don't use nsAuto{,C}String as class member variables in docshell/. r=bz
This commit is contained in:
parent
31472bea5b
commit
8082a96cc5
@ -65,6 +65,6 @@ private:
|
||||
bool mFixupCreatedAlternateURI;
|
||||
nsString mKeywordProviderName;
|
||||
nsString mKeywordAsSent;
|
||||
nsAutoCString mOriginalInput;
|
||||
nsCString mOriginalInput;
|
||||
};
|
||||
#endif
|
||||
|
@ -34,7 +34,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
nsAutoString mRestyleHint;
|
||||
nsString mRestyleHint;
|
||||
};
|
||||
|
||||
} // namespace mozilla
|
||||
|
Loading…
Reference in New Issue
Block a user