Index: third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
index 6cf709674218e3c992b9c78638d445dae335bfbc..3c6eaf0a816453f78474467cbde0a3db5eb85759 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp |
@@ -144,7 +144,7 @@ bool CSSPrimitiveValue::colorIsDerivedFromElement() const |
{ |
int valueID = getValueID(); |
switch (valueID) { |
- case CSSValueWebkitText: |
+ case CSSValueInternalQuirkInherit: |
case CSSValueWebkitLink: |
case CSSValueWebkitActivelink: |
case CSSValueCurrentcolor: |