| Index: third_party/WebKit/Source/core/loader/FormSubmission.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FormSubmission.h b/third_party/WebKit/Source/core/loader/FormSubmission.h
|
| index a461774d4bdfc68cd06bd96d142fece9c4c7f493..5ed889d9bc4b042bfc3608924ae480c5ed460149 100644
|
| --- a/third_party/WebKit/Source/core/loader/FormSubmission.h
|
| +++ b/third_party/WebKit/Source/core/loader/FormSubmission.h
|
| @@ -54,7 +54,7 @@ public:
|
| Attributes()
|
| : m_method(GetMethod)
|
| , m_isMultiPartForm(false)
|
| - , m_encodingType("application/x-www-form-urlencoded", AtomicString::ConstructFromLiteral)
|
| + , m_encodingType("application/x-www-form-urlencoded")
|
| {
|
| }
|
|
|
|
|