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

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

Issue 2670433002: Makes descriptors hold nullptr for properties not implemented in API. (Closed)
Patch Set: Neatened up code Created 3 years, 11 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/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 36b6bbfee5298dbcf110c4fd69521e28cb6efc69..7ab5d8c72f83d8d8e9b819f0f17b869aa7fb60e0 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -50,6 +50,8 @@
api_methods: {
default: [],
valid_type: "list",
+ // This list must be an ordered, complete list of methods whose names match those
+ // defined in CSSPropertyDescriptor.h.
valid_values: ["parseSingleValue"],
},

Powered by Google App Engine
This is Rietveld 408576698