| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index a25946e078acdad385773c3e16865a4940cd90f3..aea7b63ff41301bbb8afb99e8cd894d7ef035b35 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -733,6 +733,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case ElementSetPrefix:
|
| return "Setting 'Element.prefix' is deprecated, as it is read-only per DOM (http://dom.spec.whatwg.org/#element).";
|
|
|
| + case SyncXHRWithCredentials:
|
| + return "Support for withCredentials deprecated for synchronous requests.";
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|