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();
|
||||
void InitNative(nsIWidget*, const nsAString&) override;
|
||||
|
||||
// This is an innerWindow.
|
||||
nsCOMPtr<nsPIDOMWindow> mParent;
|
||||
nsCOMArray<nsIDOMFile> mDomfiles;
|
||||
nsCOMPtr<nsIFilePickerShownCallback> mCallback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user