| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 4537d99f1950e1ba15191096706a34e9513a52e9..5f1fd0181ccbce235dab0080de88c5c0f1df4ce2 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -728,6 +728,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| return "The behavior of importNode() with no boolean argument is about to change from doing a deep clone to doing a shallow clone. "
|
| "Make sure to pass an explicit boolean argument to keep your current behavior.";
|
|
|
| + case OverflowChangedEvent:
|
| + return "The 'overflowchanged' event is deprecated and may be removed. Please do not use it.";
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|