| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index c8901427a5288076e0fcba891ffb56970366e39f..d987b1dca45b22c9d4d29fccddb2e37e86249659 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -62,7 +62,7 @@
|
| [MeasureAs=NodeLocalName] readonly attribute DOMString? localName; // Moved to Element and Attr in DOM4.
|
|
|
| // Introduced in DOM Level 3:
|
| - readonly attribute DOMString? baseURI;
|
| + [ExposeJSAccessors] readonly attribute DOMString? baseURI;
|
|
|
| [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, TreatUndefinedAs=NullString, CustomElementCallbacks] attribute DOMString textContent;
|
|
|
|
|