| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| index f46d901db90a41c5fbf30248e5702df71cfd9a98..03390f5abb701e42c2b9603b5ec99020912a9556 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -86,7 +86,7 @@ using InputTypeFactoryMap =
|
|
|
| static std::unique_ptr<InputTypeFactoryMap> createInputTypeFactoryMap() {
|
| std::unique_ptr<InputTypeFactoryMap> map =
|
| - wrapUnique(new InputTypeFactoryMap);
|
| + WTF::wrapUnique(new InputTypeFactoryMap);
|
| map->add(InputTypeNames::button, ButtonInputType::create);
|
| map->add(InputTypeNames::checkbox, CheckboxInputType::create);
|
| map->add(InputTypeNames::color, ColorInputType::create);
|
|
|