| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index 51c1194e2dc17dd2deeab6d851c155537cd35ec6..4e323bdb8aeac58e995fbb9d6eb09dc63c042f30 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -60,9 +60,6 @@
|
| [CustomElementCallbacks] void normalize();
|
|
|
| // Introduced in DOM Level 2:
|
| - [MeasureAs=NodeIsSupported] boolean isSupported([Default=Undefined] optional DOMString feature,
|
| - [TreatNullAs=NullString,Default=Undefined] optional DOMString version); // Removed in DOM4.
|
| -
|
| [TreatReturnedNullStringAs=Null, PerWorldBindings, MeasureAs=NodeNamespaceURI] readonly attribute DOMString namespaceURI; // Moved to Element and Attr in DOM4.
|
| [TreatReturnedNullStringAs=Null, PerWorldBindings, MeasureAs=NodeLocalName] readonly attribute DOMString localName; // Moved to Element and Attr in DOM4.
|
|
|
|
|