Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index 640c8109986dde4ea7497ccc85ea1b63d27d5403..05f943731d5e258fa9670e3840b2e70314e19e2f 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -953,9 +953,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case MediaStreamTrackGetSources: |
return "MediaStreamTrack.getSources is deprecated. See https://www.chromestatus.com/feature/4765305641369600 for more details."; |
- case CSSXGetComputedStyleQueries: |
- return replacedWillBeRemoved("'getComputedStyle(e).cssXx' (except .cssFloat)", "'getComputedStyle(e).xx'", 50, "5006796888473600"); |
- |
case DocumentDefaultCharset: |
return willBeRemoved("'Document.defaultCharset'", 50, "6217124578066432"); |