| Index: third_party/WebKit/Source/core/html/forms/StepRange.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/StepRange.h b/third_party/WebKit/Source/core/html/forms/StepRange.h
|
| index fad8cf701d473910b59279045d5ec15824801c2c..bde8f1ca2d1d8667c7732ae3f89b8686d5c60b79 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/StepRange.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/StepRange.h
|
| @@ -31,7 +31,7 @@ namespace blink {
|
| enum AnyStepHandling { RejectAny, AnyIsDefaultStep };
|
|
|
| class CORE_EXPORT StepRange {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| enum StepValueShouldBe {
|
| StepValueShouldBeReal,
|
|
|