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:
Ehsan Akhgari
2015-04-25 11:38:34 -04:00
parent 1ca3c6632b
commit de7d4cdccb

View File

@@ -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;