| Index: third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| index af99f54080bb5d8998326e9658ccaf10a125da11..48c6e2fce2b70043f15526cb81ccf7e7bea87fe9 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.h
|
| @@ -33,7 +33,7 @@ class HTMLInputElement;
|
| class RadioButtonGroup;
|
|
|
| class RadioButtonGroupScope {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| RadioButtonGroupScope();
|
| ~RadioButtonGroupScope();
|
|
|