| Index: third_party/WebKit/Source/modules/webauth/WebAuthentication.h
|
| diff --git a/third_party/WebKit/Source/modules/webauth/WebAuthentication.h b/third_party/WebKit/Source/modules/webauth/WebAuthentication.h
|
| index ba0134f14636caaa121b4b5e22fd3fd30ee11555..7f36dc9c69ae081d762f3caaa35a64f4bb9e510f 100644
|
| --- a/third_party/WebKit/Source/modules/webauth/WebAuthentication.h
|
| +++ b/third_party/WebKit/Source/modules/webauth/WebAuthentication.h
|
| @@ -7,12 +7,12 @@
|
|
|
| #include "bindings/core/v8/ArrayBufferOrArrayBufferView.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "modules/webauth/AuthenticationAssertionOptions.h"
|
| #include "modules/webauth/RelyingPartyAccount.h"
|
| #include "modules/webauth/ScopedCredentialOptions.h"
|
| #include "modules/webauth/ScopedCredentialParameters.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|