Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
index 2526de705ff1d8800537c862c07fd5270d45cbee..b82a20e3526abda812d02aa82921b989359240c7 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -343,7 +343,7 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528"); |
case UseCounter::BorderImageWithBorderStyleNone: |
- return "Elements using the 'border-image' CSS property with no 'border-style' set should have no border, but currently does. Setting 'border-style' will be required in M51, around June 2016. See https://www.chromestatus.com/features/5542503914668032 for more details."; |
+ return "Elements using the 'border-image' CSS property with no 'border-style' set should have no border, but currently do. Setting 'border-style' will be required in M51, around June 2016. See https://www.chromestatus.com/features/5542503914668032 for more details."; |
// Features that aren't deprecated don't have a deprecation message. |
default: |