зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1437616 - Fix more Windows bustage on a CLOSED TREE r=me
This commit is contained in:
Родитель
0f8c5589b8
Коммит
8e5d9a4b24
|
@ -7,7 +7,6 @@
|
||||||
#ifndef mozilla_dom_WebAuthnManagerBase_h
|
#ifndef mozilla_dom_WebAuthnManagerBase_h
|
||||||
#define mozilla_dom_WebAuthnManagerBase_h
|
#define mozilla_dom_WebAuthnManagerBase_h
|
||||||
|
|
||||||
#include "mozilla/dom/PWebAuthnTransaction.h"
|
|
||||||
#include "nsIDOMEventListener.h"
|
#include "nsIDOMEventListener.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -19,6 +18,8 @@ namespace mozilla {
|
||||||
namespace dom {
|
namespace dom {
|
||||||
|
|
||||||
class WebAuthnTransactionChild;
|
class WebAuthnTransactionChild;
|
||||||
|
class WebAuthnMakeCredentialResult;
|
||||||
|
class WebAuthnGetAssertionResult;
|
||||||
|
|
||||||
class WebAuthnManagerBase : public nsIDOMEventListener
|
class WebAuthnManagerBase : public nsIDOMEventListener
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче