Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 6889f1e9354756b29d2bbc066829482b8fce88d4..23adbbbee492d74d08f70dd45cfcba85363ef421 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -745,6 +745,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 "Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated."; |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |