| Index: Source/platform/mhtml/MHTMLParser.h
|
| diff --git a/Source/platform/mhtml/MHTMLParser.h b/Source/platform/mhtml/MHTMLParser.h
|
| index 2484df0a3ede0a75c0bb3d027ab6b5847aee752a..16d4862fb3bc796fe500457510e961b6bedbd0a5 100644
|
| --- a/Source/platform/mhtml/MHTMLParser.h
|
| +++ b/Source/platform/mhtml/MHTMLParser.h
|
| @@ -47,7 +47,7 @@ class MHTMLArchive;
|
| class MIMEHeader;
|
| class SharedBuffer;
|
|
|
| -class PLATFORM_EXPORT MHTMLParser FINAL {
|
| +class PLATFORM_EXPORT MHTMLParser final {
|
| STACK_ALLOCATED();
|
| public:
|
| explicit MHTMLParser(SharedBuffer*);
|
|
|