| Index: third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp b/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| index 600807ed0e5b690ae3077bb71dac6fc3f4fe35c4..a774b7b1b522d85f24219818c544ec74273d29b0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| @@ -57,7 +57,7 @@ PassRefPtrWillBeRawPtr<HTMLOutputElement> HTMLOutputElement::create(Document& do
|
|
|
| const AtomicString& HTMLOutputElement::formControlType() const
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, output, ("output", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, output, ("output"));
|
| return output;
|
| }
|
|
|
|
|