| Index: third_party/WebKit/Source/modules/webauth/NavigatorAuth.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webauth/NavigatorAuth.cpp b/third_party/WebKit/Source/modules/webauth/NavigatorAuth.cpp
|
| index e0146a32ea641365228ea0a06b4b54bccb3bbdcd..1fcf03c71b3ce158f6ac0c6cd030a8338a9eb70a 100644
|
| --- a/third_party/WebKit/Source/modules/webauth/NavigatorAuth.cpp
|
| +++ b/third_party/WebKit/Source/modules/webauth/NavigatorAuth.cpp
|
| @@ -32,7 +32,8 @@ DEFINE_TRACE(NavigatorAuth) {
|
| Supplement<Navigator>::trace(visitor);
|
| }
|
|
|
| -NavigatorAuth::NavigatorAuth(Navigator& navigator) {
|
| +NavigatorAuth::NavigatorAuth(Navigator& navigator)
|
| + : Supplement<Navigator>(navigator) {
|
| if (navigator.frame())
|
| m_webauthentication = WebAuthentication::create(*navigator.frame());
|
| }
|
|
|