[dart:html] Remove deprecated annotation on XPath API

Fixes: https://github.com/dart-lang/sdk/issues/40015

Change-Id: Ia4ebbe3e21c47bc46859ed0a8d2fd632d223f242
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218988
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Riley Porter <rileyporter@google.com>
This commit is contained in:
Riley Porter 2022-02-23 20:25:23 +00:00 committed by Commit Bot
parent b726722fac
commit 7783d5c509
2 changed files with 5 additions and 18 deletions

View file

@ -34088,8 +34088,6 @@ class WorkletGlobalScope extends JavaScriptObject {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvaluator
@deprecated // experimental
@Native("XPathEvaluator")
class XPathEvaluator extends JavaScriptObject {
// To suppress missing implicit constructor warnings.
@ -34116,8 +34114,6 @@ class XPathEvaluator extends JavaScriptObject {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathExpression
@deprecated // experimental
@Native("XPathExpression")
class XPathExpression extends JavaScriptObject {
// To suppress missing implicit constructor warnings.
@ -34131,8 +34127,6 @@ class XPathExpression extends JavaScriptObject {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathNSResolver
@deprecated // experimental
@Native("XPathNSResolver")
class XPathNSResolver extends JavaScriptObject {
// To suppress missing implicit constructor warnings.
@ -34147,8 +34141,6 @@ class XPathNSResolver extends JavaScriptObject {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult
@deprecated // experimental
@Native("XPathResult")
class XPathResult extends JavaScriptObject {
// To suppress missing implicit constructor warnings.

View file

@ -31472,18 +31472,16 @@
},
"XPathEvaluator": {
"comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvaluator",
"dart_action": "suppress",
"members": {
"XPathEvaluator": {},
"createExpression": {},
"createNSResolver": {},
"evaluate": {}
},
"support_level": "experimental"
"support_level": "untriaged"
},
"XPathException": {
"comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathException",
"dart_action": "suppress",
"members": {
"INVALID_EXPRESSION_ERR": {},
"TYPE_ERR": {},
@ -31496,27 +31494,24 @@
},
"toString": {}
},
"support_level": "experimental"
"support_level": "untriaged"
},
"XPathExpression": {
"comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathExpression",
"dart_action": "suppress",
"members": {
"evaluate": {}
},
"support_level": "experimental"
"support_level": "untriaged"
},
"XPathNSResolver": {
"comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathNSResolver",
"dart_action": "suppress",
"members": {
"lookupNamespaceURI": {}
},
"support_level": "experimental"
"support_level": "untriaged"
},
"XPathResult": {
"comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult",
"dart_action": "suppress",
"members": {
"ANY_TYPE": {},
"ANY_UNORDERED_NODE_TYPE": {},
@ -31538,7 +31533,7 @@
"snapshotLength": {},
"stringValue": {}
},
"support_level": "experimental"
"support_level": "untriaged"
},
"XSLTProcessor": {
"dart_action": "suppress",