Index: Source/devtools/front_end/CSSMetadata.js |
diff --git a/Source/devtools/front_end/CSSMetadata.js b/Source/devtools/front_end/CSSMetadata.js |
index 50891d6b89c24be876baf9fbbe735750946bbbc5..5ae09208af4ca73e89a3faa3d933276361e3d3f4 100644 |
--- a/Source/devtools/front_end/CSSMetadata.js |
+++ b/Source/devtools/front_end/CSSMetadata.js |
@@ -595,7 +595,7 @@ WebInspector.CSSMetadata._propertyDataMap = { |
"-webkit-perspective-origin": { values: [ |
"left", "center", "right", "top", "bottom" |
] }, |
- "-webkit-text-align-last": { values: [ |
+ "text-align-last": { values: [ |
"auto", "start", "end", "left", "right", "center", "justify" |
] }, |
"-webkit-text-decoration-line": { values: [ |