| Index: third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp b/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp
|
| index cbf51fab17b89ccfaa1729635cf7c3415b19a1bc..bc2f7718bf9fb6816e763795da395201f5ea9294 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp
|
| @@ -124,7 +124,7 @@ PassRefPtr<ComputedStyle> HTMLImageFallbackHelper::customStyleForAltText(
|
| !newStyle->width().isSpecifiedOrIntrinsic() &&
|
| !newStyle->height().isSpecifiedOrIntrinsic() &&
|
| toHTMLElement(element).altText().isEmpty())
|
| - newStyle->setDisplay(EDisplay::None);
|
| + newStyle->setDisplay(EDisplay::kNone);
|
|
|
| // This preserves legacy behaviour originally defined when alt-text was
|
| // managed by LayoutImage.
|
|
|