| Index: third_party/WebKit/Source/core/frame/Deprecation.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.h b/third_party/WebKit/Source/core/frame/Deprecation.h
|
| index 0aaa33ed7794ea70bb7af530b93818e71b859726..080a590ab3bd6f796dfcbf8544b2cd63189902dc 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.h
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.h
|
| @@ -30,8 +30,8 @@ class CORE_EXPORT Deprecation {
|
| void muteForInspector();
|
| void unmuteForInspector();
|
|
|
| - // "countDeprecation" sets the bit for this feature to 1, and sends a deprecation
|
| - // warning to the console. Repeated calls are ignored.
|
| + // "countDeprecation" sets the bit for this feature to 1, and sends a
|
| + // deprecation warning to the console. Repeated calls are ignored.
|
| //
|
| // Be considerate to developers' consoles: features should only send
|
| // deprecation warnings when we're actively interested in removing them from
|
|
|