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

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

Issue 1254243002: Remove Node.localName and Node.namespaceURI (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test failure Created 5 years, 5 months 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 | « Source/core/dom/Node.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.idl
diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
index 9c3e3a5199cb3dc3bea44241bf43b0642fbbc07d..b86e1120a4be62bc560611b4c95b830a34ccf152 100644
--- a/Source/core/dom/Node.idl
+++ b/Source/core/dom/Node.idl
@@ -80,10 +80,6 @@
[CustomElementCallbacks, PerWorldBindings, RaisesException] Node replaceChild(Node node, Node child);
[CustomElementCallbacks, RaisesException] Node removeChild(Node child);
- // FIXME: namespaceURI and localName have been moved to Element and Attr.
- [MeasureAs=NodeNamespaceURI] readonly attribute DOMString? namespaceURI;
- [MeasureAs=NodeLocalName] readonly attribute DOMString? localName;
-
// FIXME: isSameNode has been removed from the spec:
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=27424
[MeasureAs=NodeIsSameNode] boolean isSameNode(Node? other);
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698