зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1517241 - Fix yet another MSVC-only bustage.
This doesn't compile on MSVC for some reason: ``` nsCOMPtr<Foo> f; RefPtr<Foo> b; Foo* myFoo = f ? f : b; ```
This commit is contained in:
Родитель
000aedaf7d
Коммит
c732de8adc
|
@ -211,7 +211,7 @@ class nsPrintJob final : public nsIObserver,
|
|||
|
||||
void PageDone(nsresult aResult);
|
||||
|
||||
nsCOMPtr<mozilla::dom::Document> mDocument;
|
||||
RefPtr<mozilla::dom::Document> mDocument;
|
||||
nsCOMPtr<nsIDocumentViewerPrint> mDocViewerPrint;
|
||||
|
||||
nsWeakPtr mContainer;
|
||||
|
|
Загрузка…
Ссылка в новой задаче