| Index: sky/engine/core/frame/UseCounter.cpp
|
| diff --git a/sky/engine/core/frame/UseCounter.cpp b/sky/engine/core/frame/UseCounter.cpp
|
| index 080e0d923248e11e6b5595afe9b802e13de06c45..b753002379ef72a48443f367ef08d630bdb68d34 100644
|
| --- a/sky/engine/core/frame/UseCounter.cpp
|
| +++ b/sky/engine/core/frame/UseCounter.cpp
|
| @@ -220,9 +220,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case AttributeOwnerElement:
|
| return "'Attr.ownerElement' is deprecated and has been removed from DOM4 (http://w3.org/tr/dom).";
|
|
|
| - case AttrNodeValue:
|
| - return replacedBy("Attr.nodeValue", "value");
|
| -
|
| case AttrTextContent:
|
| return replacedBy("Attr.textContent", "value");
|
|
|
|
|