Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1196)

Unified Diff: third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h b/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
index 4be76121ddead40b61b26fa9e4180372615064a2..0b50bb5347f1ff2648cbbb8b3383d4e03dcb1452 100644
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
@@ -504,12 +504,6 @@ template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e)
case SearchFieldPart:
m_value.valueID = CSSValueSearchfield;
break;
- case SearchFieldDecorationPart:
- m_value.valueID = CSSValueSearchfieldDecoration;
- break;
- case SearchFieldResultsDecorationPart:
- m_value.valueID = CSSValueSearchfieldResultsDecoration;
- break;
case SearchFieldCancelButtonPart:
m_value.valueID = CSSValueSearchfieldCancelButton;
break;

Powered by Google App Engine
This is Rietveld 408576698