Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: third_party/WebKit/Source/modules/webauth/NavigatorAuth.cpp

Issue 2655463002: Revert of Use a new Supplement constructor in Navigator supplements (part 2) (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}

Powered by Google App Engine
This is Rietveld 408576698