| Index: third_party/WebKit/Source/core/html/forms/FormController.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FormController.h b/third_party/WebKit/Source/core/html/forms/FormController.h
|
| index feb6aec980474a07b1bbb535e00e87673226736c..d09781c59e88a26027402435fc956185c23c0372 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FormController.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/FormController.h
|
| @@ -38,7 +38,7 @@ class HTMLFormElement;
|
| class SavedFormState;
|
|
|
| class FormControlState {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| FormControlState() : m_type(TypeSkip) { }
|
| explicit FormControlState(const String& value) : m_type(TypeRestore) { m_values.append(value); }
|
|
|