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 a364cad963b4ed7a5115ee28d8bbc3bf0bed8942..3d401623b158f9ce3fb0ccc6f73fbc3272f7f45c 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -327,9 +327,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
case UseCounter::MediaStreamTrackGetSources: |
return "MediaStreamTrack.getSources is deprecated. See https://www.chromestatus.com/feature/4765305641369600 for more details."; |
- case UseCounter::DocumentDefaultCharset: |
- return willBeRemoved("'Document.defaultCharset'", 50, "6217124578066432"); |
- |
case UseCounter::V8TouchEvent_InitTouchEvent_Method: |
return replacedWillBeRemoved("'TouchEvent.initTouchEvent'", "the TouchEvent constructor", 53, "5730982598541312"); |