| Index: sky/engine/core/frame/UseCounter.cpp
|
| diff --git a/sky/engine/core/frame/UseCounter.cpp b/sky/engine/core/frame/UseCounter.cpp
|
| index 9ef8356bf269cac5fe2cec9a076afb88b60cfe32..73cb2ccec204d18b5378a7616b1533ea5a8b10b3 100644
|
| --- a/sky/engine/core/frame/UseCounter.cpp
|
| +++ b/sky/engine/core/frame/UseCounter.cpp
|
| @@ -157,9 +157,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case CSSStyleSheetInsertRuleOptionalArg:
|
| return "Calling CSSStyleSheet.insertRule() with one argument is deprecated. Please pass the index argument as well: insertRule(x, 0).";
|
|
|
| - case MediaErrorEncrypted:
|
| - return "'MediaError.MEDIA_ERR_ENCRYPTED' is deprecated. This error code is never used.";
|
| -
|
| case PrefixedIndexedDB:
|
| return replacedBy("webkitIndexedDB", "indexedDB");
|
|
|
|
|