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