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

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

Issue 14413014: Remove -webkit-appearance:default-button. This was only used in Safari. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 8 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
« no previous file with comments | « no previous file | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPrimitiveValueMappings.h
diff --git a/Source/core/css/CSSPrimitiveValueMappings.h b/Source/core/css/CSSPrimitiveValueMappings.h
index 3b5b0a08a97d06a05b07c98faa4d408bc87e581d..409b9d94974838fef3162e52758a31d6eb48c525 100644
--- a/Source/core/css/CSSPrimitiveValueMappings.h
+++ b/Source/core/css/CSSPrimitiveValueMappings.h
@@ -401,9 +401,6 @@ template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e)
case ButtonBevelPart:
m_value.ident = CSSValueButtonBevel;
break;
- case DefaultButtonPart:
- m_value.ident = CSSValueDefaultButton;
- break;
case InnerSpinButtonPart:
m_value.ident = CSSValueInnerSpinButton;
break;
« no previous file with comments | « no previous file | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698