| Index: Source/core/html/HTMLMetaElement-in.cpp
|
| diff --git a/Source/core/html/HTMLMetaElement-in.cpp b/Source/core/html/HTMLMetaElement-in.cpp
|
| index f12e247574756e0c26f1f1733a0e8ff4b37b6ed1..57a15a5a4c656ec1339b7f29b168e663bc6ff750 100644
|
| --- a/Source/core/html/HTMLMetaElement-in.cpp
|
| +++ b/Source/core/html/HTMLMetaElement-in.cpp
|
| @@ -472,7 +472,7 @@ void HTMLMetaElement::process()
|
| processViewportContentAttribute("width=device-width", ViewportDescription::HandheldFriendlyMeta);
|
| else if (equalIgnoringCase(nameValue, "mobileoptimized"))
|
| processViewportContentAttribute("width=device-width, initial-scale=1", ViewportDescription::MobileOptimizedMeta);
|
| - else if (RuntimeEnabledFeatures::themeColorEnabled() && equalIgnoringCase(nameValue, "theme-color") && document().frame())
|
| + else if (equalIgnoringCase(nameValue, "theme-color") && document().frame())
|
| document().frame()->loader().client()->dispatchDidChangeThemeColor();
|
| }
|
|
|
|
|