Bug 1158545 - Remove nsFilePickerProxy::mParent in favor of nsBaseFilePicker::mParent; r=roc
There is no need to have two separate variables for the same thing in the same object.
This commit is contained in:
@@ -59,8 +59,6 @@ private:
|
|||||||
~nsFilePickerProxy();
|
~nsFilePickerProxy();
|
||||||
void InitNative(nsIWidget*, const nsAString&) override;
|
void InitNative(nsIWidget*, const nsAString&) override;
|
||||||
|
|
||||||
// This is an innerWindow.
|
|
||||||
nsCOMPtr<nsPIDOMWindow> mParent;
|
|
||||||
nsCOMArray<nsIDOMFile> mDomfiles;
|
nsCOMArray<nsIDOMFile> mDomfiles;
|
||||||
nsCOMPtr<nsIFilePickerShownCallback> mCallback;
|
nsCOMPtr<nsIFilePickerShownCallback> mCallback;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user