| Index: third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| index 8ae0a42ec49edbdab631226ea586220d570c9704..09092104f78f45bc2075fd94e2f1d0836fd3809f 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| @@ -68,7 +68,7 @@ void init();
|
| // |StyleChangeReasonForTracing| is strictly only for the tracing purpose as
|
| // described above. Blink logic must not depend on this value.
|
| class StyleChangeReasonForTracing {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| static StyleChangeReasonForTracing create(StyleChangeReasonString reasonString)
|
| {
|
|
|