| Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| index 532f6a56c3241be63ed41b24d534fad07eb9a164..ff2ead5e79becb53b6378ce229849bcf94d6da2c 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -833,7 +833,7 @@ String UseCounter::deprecationMessage(Feature feature)
|
| return replacedBy("darker", "darken");
|
|
|
| case XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload:
|
| - return "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.";
|
| + return "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.";
|
|
|
| case GetMatchedCSSRules:
|
| return "'getMatchedCSSRules()' is deprecated. For more help, check https://code.google.com/p/chromium/issues/detail?id=437569#c2";
|
|
|