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

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

Issue 2900633003: Make TextEmphasisMark an enum class. (Closed)
Patch Set: Rebase Created 3 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/ComputedStyleExtraFields.json5
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
index ec0ef3a35170ec9a5260665c12af5f86a28ddd67..d93fb14c9fc337fd4a742da5963cc9ce8b348b59 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
+++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
@@ -419,7 +419,7 @@
inherited: true,
field_template: "storage_only",
type_name: "TextEmphasisMark",
- default_value: "kTextEmphasisMarkNone",
+ default_value: "TextEmphasisMark::kNone",
field_size: 3,
field_group: "rare-inherited",
},

Powered by Google App Engine
This is Rietveld 408576698