| Index: third_party/WebKit/Source/core/dom/Node.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.idl b/third_party/WebKit/Source/core/dom/Node.idl
|
| index d7e456ae65b4afb5c9dcfe4f4f6e56bc4fbebb27..2c6837d9172db3fd91da884fe074e67a2b9601d5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Node.idl
|
| @@ -38,7 +38,7 @@
|
| [ImplementedAs=getNodeType] readonly attribute unsigned short nodeType;
|
| readonly attribute DOMString nodeName;
|
|
|
| - readonly attribute DOMString? baseURI;
|
| + readonly attribute USVString baseURI;
|
|
|
| [Measure] readonly attribute boolean isConnected;
|
| [PerWorldBindings] readonly attribute Document? ownerDocument;
|
|
|