| Index: third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| index 70eb51205910cc1ba3927cc6cc278df25f619a59..4b4488beaf6a478d5f7b547e8bd0db3484f7004a 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| @@ -259,7 +259,7 @@ void FileInputType::countUsage() {
|
| void FileInputType::createShadowSubtree() {
|
| DCHECK(element().shadow());
|
| HTMLInputElement* button =
|
| - HTMLInputElement::create(element().document(), 0, false);
|
| + HTMLInputElement::create(element().document(), false);
|
| button->setType(InputTypeNames::button);
|
| button->setAttribute(
|
| valueAttr,
|
|
|