| Index: Source/core/style/OutlineValue.h
|
| diff --git a/Source/core/style/OutlineValue.h b/Source/core/style/OutlineValue.h
|
| index 675a3edd64be996fa766329d38b75530f02fa799..61cce2b9a8b6c8b4528798187c1e16a5403020ca 100644
|
| --- a/Source/core/style/OutlineValue.h
|
| +++ b/Source/core/style/OutlineValue.h
|
| @@ -26,10 +26,12 @@
|
| #define OutlineValue_h
|
|
|
| #include "core/style/BorderValue.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| -class OutlineValue : public BorderValue {
|
| +class OutlineValue final : public BorderValue {
|
| + DISALLOW_ALLOCATION();
|
| friend class ComputedStyle;
|
| public:
|
| OutlineValue()
|
|
|