| Index: third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| index f888fe5c3116d3c88c2518c27fc8aa57d043804c..0f24298d8f636fce1716b40857ed61fa46ae0b31 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| @@ -26,7 +26,7 @@ class NavigatorPresentation final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - NavigatorPresentation();
|
| + explicit NavigatorPresentation(Navigator&);
|
|
|
| static const char* supplementName();
|
| Presentation* presentation();
|
|
|