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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.json5

Issue 2825663002: Split initial methods of margin on ComputedStyle. (Closed)
Patch Set: Rebase Created 3 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 | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index eccec5441e4e39a870d8440f0bff60e9bd0e457b..8768e1fa4b253090a2e4446c12c7043919e07841 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1264,7 +1264,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertQuirkyLength",
- initial: "InitialMargin",
interpolable: true,
},
{
@@ -1272,7 +1271,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertQuirkyLength",
- initial: "InitialMargin",
interpolable: true,
},
{
@@ -1280,7 +1278,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertQuirkyLength",
- initial: "InitialMargin",
interpolable: true,
},
{
@@ -1288,7 +1285,6 @@
api_class: "CSSPropertyAPIMargin",
api_methods: ["parseSingleValue"],
converter: "ConvertQuirkyLength",
- initial: "InitialMargin",
interpolable: true,
},
{
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698