Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 12d19155bdb933c0d494baef3ded816b7b4ce33d..eba1d5916bbc8885fb02e021453d74f66cc1c7af 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -828,6 +828,9 @@ String UseCounter::deprecationMessage(Feature feature) |
case ShadowRootGetElementsByTagNameNS: |
return "ShadowRoot.getElementsByTagNameNS() is deprecated. Please use 'querySelectorAll' instead"; |
+ case PrefixedWindowURL: |
+ return replacedBy("webkitURL", "URL"); |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |