Index: third_party/WebKit/Source/core/css/CSSValueKeywords.in |
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
index 8d673ee2d1bbebb0385b463f2adc3cb512533e6c..0cb1284299cfd8e052cf969bc4f8f9e839e785b2 100644 |
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
@@ -487,6 +487,8 @@ space-between |
space-around |
space-evenly |
// stretch |
+unsafe |
Timothy Loh
2015/12/07 05:56:13
Probably shouldn't list values multiple times in t
|
+safe |
// align-items / align-self |
// flex-start |
@@ -505,6 +507,8 @@ space-evenly |
// space-around |
// space-evenly |
// stretch |
+// unsafe |
Timothy Loh
2015/12/07 05:56:13
BTW I wouldn't bother adding these commented out l
|
+// safe |
// flex-flow |
@@ -939,7 +943,7 @@ self-end |
// flex-end |
// left |
// right |
-true |
+unsafe |
safe |
legacy |