зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1173317 - Change the string argument for Directory::GetName from nsString to nsAString. r=sicking
This commit is contained in:
Родитель
9d4eaf816c
Коммит
cf2cb3cb80
|
@ -81,7 +81,7 @@ Directory::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
|||
}
|
||||
|
||||
void
|
||||
Directory::GetName(nsString& aRetval) const
|
||||
Directory::GetName(nsAString& aRetval) const
|
||||
{
|
||||
aRetval.Truncate();
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ public:
|
|||
WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;
|
||||
|
||||
void
|
||||
GetName(nsString& aRetval) const;
|
||||
GetName(nsAString& aRetval) const;
|
||||
|
||||
already_AddRefed<Promise>
|
||||
CreateFile(const nsAString& aPath, const CreateFileOptions& aOptions,
|
||||
|
|
Загрузка…
Ссылка в новой задаче