| Index: Source/core/css/themeChromium.css
|
| diff --git a/Source/core/css/themeChromium.css b/Source/core/css/themeChromium.css
|
| index 6094c1dd04eca724dc0520af080b30beaf2ff90b..a3265690e6cb0e853f752486c2c2d24aba686143 100644
|
| --- a/Source/core/css/themeChromium.css
|
| +++ b/Source/core/css/themeChromium.css
|
| @@ -31,6 +31,6 @@
|
| /* These styles override other user-agent styles for Chromium. */
|
|
|
| input:disabled, textarea:disabled {
|
| - color: #545454; /* Color::light() for #000000. See RenderTextControl.cpp:disabledTextColor */
|
| + color: #545454; /* Color::light() for #000000. See LayoutTextControl.cpp:disabledTextColor */
|
| }
|
|
|
|
|