| Index: Source/core/fetch/ImageResource.cpp
|
| diff --git a/Source/core/fetch/ImageResource.cpp b/Source/core/fetch/ImageResource.cpp
|
| index 7cdd86c81755b031dee7213c7fe02aa1efca693b..ceb0fda299dde70f5d5c03f703daef7e4f03f1e5 100644
|
| --- a/Source/core/fetch/ImageResource.cpp
|
| +++ b/Source/core/fetch/ImageResource.cpp
|
| @@ -425,7 +425,7 @@ void ImageResource::responseReceived(const ResourceResponse& response, PassOwnPt
|
| finishOnePart();
|
| else if (response.isMultipart())
|
| m_loadingMultipartContent = true;
|
| - if (RuntimeEnabledFeatures::clientHintsDprEnabled()) {
|
| + if (RuntimeEnabledFeatures::clientHintsEnabled()) {
|
| m_devicePixelRatioHeaderValue = response.httpHeaderField("DPR").toFloat(&m_hasDevicePixelRatioHeaderValue);
|
| if (!m_hasDevicePixelRatioHeaderValue || m_devicePixelRatioHeaderValue <= 0.0) {
|
| m_devicePixelRatioHeaderValue = 1.0;
|
|
|