Bug 1437616 - Fix more Windows bustage on a CLOSED TREE r=me

This commit is contained in:
Tim Taubert 2018-02-12 22:09:38 +01:00
Родитель 0f8c5589b8
Коммит 8e5d9a4b24
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,6 @@
#ifndef mozilla_dom_WebAuthnManagerBase_h
#define mozilla_dom_WebAuthnManagerBase_h
#include "mozilla/dom/PWebAuthnTransaction.h"
#include "nsIDOMEventListener.h"
/*
@ -19,6 +18,8 @@ namespace mozilla {
namespace dom {
class WebAuthnTransactionChild;
class WebAuthnMakeCredentialResult;
class WebAuthnGetAssertionResult;
class WebAuthnManagerBase : public nsIDOMEventListener
{