mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1437616 - Fix Windows bustage on a CLOSED TREE r=me
This commit is contained in:
parent
173d6a7510
commit
0f8c5589b8
@ -13,7 +13,6 @@
|
||||
#include "mozilla/dom/Nullable.h"
|
||||
#include "mozilla/dom/U2FBinding.h"
|
||||
#include "mozilla/dom/WebAuthnManagerBase.h"
|
||||
#include "mozilla/dom/PWebAuthnTransaction.h"
|
||||
#include "mozilla/ErrorResult.h"
|
||||
#include "mozilla/MozPromise.h"
|
||||
#include "nsProxyRelease.h"
|
||||
@ -23,6 +22,9 @@
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
class WebAuthnMakeCredentialResult;
|
||||
class WebAuthnGetAssertionResult;
|
||||
|
||||
class U2FRegisterCallback;
|
||||
class U2FSignCallback;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user