| Index: third_party/WebKit/Source/platform/text/TextStream.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextStream.h b/third_party/WebKit/Source/platform/text/TextStream.h
|
| index 69d6b9048fd8d9191611f767bbff24974bfc66ca..b23c12c31fc6e4946492f38f263051e62f6daae7 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextStream.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextStream.h
|
| @@ -44,7 +44,8 @@ class LayoutPoint;
|
| class LayoutRect;
|
| class LayoutSize;
|
|
|
| -class PLATFORM_EXPORT TextStream {
|
| +class PLATFORM_EXPORT TextStream final {
|
| + STACK_ALLOCATED();
|
| public:
|
| struct FormatNumberRespectingIntegers {
|
| FormatNumberRespectingIntegers(double number) : value(number) { }
|
|
|