Index: third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
diff --git a/third_party/WebKit/Source/core/dom/TextLinkColors.cpp b/third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
index c2c7ea31a0067452791c7ad80d7ad1932ec9bb64..0bf89d1040448a2648409265af6c2736fe642c28 100644 |
--- a/third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
+++ b/third_party/WebKit/Source/core/dom/TextLinkColors.cpp |
@@ -67,7 +67,7 @@ Color TextLinkColors::colorFromCSSValue(const CSSValue& value, Color currentColo |
switch (valueID) { |
case 0: |
return Color(); |
- case CSSValueWebkitText: |
+ case CSSValueInternalQuirkInherit: |
return textColor(); |
case CSSValueWebkitLink: |
return forVisitedLink ? visitedLinkColor() : linkColor(); |