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 779fb04c03bfdd31b5e3c7d071e629f9e62da7ed..1546dad55ae2beb0c17ba01cec6c9dfed7305e3f 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -237,9 +237,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
case UseCounter::PrefixedCancelRequestAnimationFrame: |
return "'webkitCancelRequestAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead."; |
- case UseCounter::SyncXHRWithCredentials: |
- return "Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated."; |
- |
case UseCounter::PictureSourceSrc: |
return "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead."; |