| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index d2ce73cda4f6344ee4afe33616996c6e3dcc7c7d..5890c86864790cd946b5fa7fccdbeb840e52e478 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -706,6 +706,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case MediaErrorEncrypted:
|
| return "'MediaError.MEDIA_ERR_ENCRYPTED' is deprecated. This error code is never used.";
|
|
|
| + case HTMLSourceElementMedia:
|
| + return "'HTMLSourceElement.media' is deprecated. This attribute doesn't do anything.";
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|