| Index: Source/core/html/forms/FormController.h
|
| diff --git a/Source/core/html/forms/FormController.h b/Source/core/html/forms/FormController.h
|
| index ab081cf46fa409a652e8bc809f71af9d51c1aeb6..30b4418c6c18857a3e99ef1c9d1e43cb0e76d3ee 100644
|
| --- a/Source/core/html/forms/FormController.h
|
| +++ b/Source/core/html/forms/FormController.h
|
| @@ -71,7 +71,7 @@ inline void FormControlState::append(const String& value)
|
| m_values.append(value);
|
| }
|
|
|
| -typedef HashMap<AtomicString, OwnPtr<SavedFormState> > SavedFormStateMap;
|
| +typedef HashMap<AtomicString, OwnPtr<SavedFormState>> SavedFormStateMap;
|
|
|
| class DocumentState final : public RefCountedWillBeGarbageCollected<DocumentState> {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DocumentState);
|
|
|