| Index: third_party/WebKit/Source/core/loader/SinkDocument.h
|
| diff --git a/third_party/WebKit/Source/core/loader/SinkDocument.h b/third_party/WebKit/Source/core/loader/SinkDocument.h
|
| index 18f6b193a372d29563eceff8ea65b9f380c1598c..2ceda207841b553c026ba2f3b824d1d7e4153290 100644
|
| --- a/third_party/WebKit/Source/core/loader/SinkDocument.h
|
| +++ b/third_party/WebKit/Source/core/loader/SinkDocument.h
|
| @@ -38,7 +38,7 @@ public:
|
| }
|
|
|
| private:
|
| - SinkDocument(const DocumentInit&);
|
| + explicit SinkDocument(const DocumentInit&);
|
|
|
| DocumentParser* createParser() override;
|
| };
|
|
|