| Index: Source/core/dom/DocumentInit.h
|
| diff --git a/Source/core/dom/DocumentInit.h b/Source/core/dom/DocumentInit.h
|
| index 3500cab0fc407f4977fd286824cf50df9127fbe4..8c55456561367f9ef3f417badf667ec2d23cc696 100644
|
| --- a/Source/core/dom/DocumentInit.h
|
| +++ b/Source/core/dom/DocumentInit.h
|
| @@ -44,7 +44,7 @@ class LocalFrame;
|
| class HTMLImportsController;
|
| class Settings;
|
|
|
| -class DocumentInit FINAL {
|
| +class DocumentInit final {
|
| STACK_ALLOCATED();
|
| public:
|
| explicit DocumentInit(const KURL& = KURL(), LocalFrame* = 0, WeakPtrWillBeRawPtr<Document> = nullptr, HTMLImportsController* = 0);
|
|
|