Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: Source/core/dom/Attr.idl

Issue 738833002: Un-deprecate APIs which have been un-removed in the DOM Standard (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: exclude Element.setAttributeNodeNS() Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/documentadoptnode21-expected.txt ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Attr.idl
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
index 5c22a7986f1d548b34025d1e5656b780dc6d85b0..fbdd7af79c3c2960d2380fd70ad5dd93a7417b24 100644
--- a/Source/core/dom/Attr.idl
+++ b/Source/core/dom/Attr.idl
@@ -32,7 +32,7 @@ interface Attr : Node {
// DOM Level 2
- [DeprecateAs=AttributeOwnerElement] readonly attribute Element ownerElement;
+ [MeasureAs=AttributeOwnerElement] readonly attribute Element ownerElement;
// DOM 4
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/documentadoptnode21-expected.txt ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698