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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 1722543002: Fix grammar (does->do) in border-image-sans-border-style deprecation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed expectations Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/cross-fade-border-image-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/cross-fade-border-image-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698