| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index da75a827c6be6a8707f9091260d0e860b1abd0b0..3829a5f110d2121702d181b90f7f62c0b46569d9 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -615,11 +615,6 @@ void UseCounter::countDeprecation(const Document& document, Feature feature)
|
| String UseCounter::deprecationMessage(Feature feature)
|
| {
|
| switch (feature) {
|
| - // Content Security Policy
|
| - case PrefixedContentSecurityPolicy:
|
| - case PrefixedContentSecurityPolicyReportOnly:
|
| - return "The 'X-WebKit-CSP' headers are no longer supported. Please consider using the canonical 'Content-Security-Policy' header instead.";
|
| -
|
| // Quota
|
| case PrefixedStorageInfo:
|
| return "'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.";
|
|
|