| Index: third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| index b7b1cb428261a51eb5c912a902a38dcaf1370c94..beae5acfdd9adbeddbe629a0ea67c433384f4bdd 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| @@ -290,7 +290,7 @@ PassRefPtr<ComputedStyle> ImageInputType::customStyleForLayoutObject(PassRefPtr<
|
| if (!m_useFallbackContent)
|
| return newStyle;
|
|
|
| - return HTMLImageFallbackHelper::customStyleForAltText(element(), newStyle);
|
| + return HTMLImageFallbackHelper::customStyleForAltText(element(), std::move(newStyle));
|
| }
|
|
|
| } // namespace blink
|
|
|