summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-11-16 18:02:14 +0000
committerKristian Monsen <kristianm@google.com>2011-11-17 13:48:13 +0000
commit5f000f6f06377295cba1d3246dbd601610cdbd16 (patch)
treef23bf12308e6776c9037e3160c693d1f0e8a0cff /Source/WebCore/css
parentb359438e11520b3e3b6801ad1280e1bdef2b986c (diff)
downloadexternal_webkit-5f000f6f06377295cba1d3246dbd601610cdbd16.zip
external_webkit-5f000f6f06377295cba1d3246dbd601610cdbd16.tar.gz
external_webkit-5f000f6f06377295cba1d3246dbd601610cdbd16.tar.bz2
Remove changes with upstream WebKit
Fix for bug 5626884, removing some small changes with upstream that was spotted as part of CL: https://android-git.corp.google.com/g/#/c/148917 No functional difference. Change-Id: I62c8a24e17c3ab86eebff997b87e5bced88e0807
Diffstat (limited to 'Source/WebCore/css')
-rw-r--r--Source/WebCore/css/CSSParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSParser.cpp b/Source/WebCore/css/CSSParser.cpp
index df9d252..78b6b24 100644
--- a/Source/WebCore/css/CSSParser.cpp
+++ b/Source/WebCore/css/CSSParser.cpp
@@ -1962,7 +1962,6 @@ bool CSSParser::parseValue(int propId, bool important)
case CSSPropertyTextOverline:
case CSSPropertyTextUnderline:
return false;
-
#if ENABLE(WCSS)
case CSSPropertyWapInputFormat:
validPrimitive = true;