| Index: core/dom/URLUtilsReadOnly.idl
|
| diff --git a/core/dom/URLUtilsReadOnly.idl b/core/dom/URLUtilsReadOnly.idl
|
| index 0d36b46d0af02d8746fe15e4cf40c085ee19b622..ccd26f77053dc70767f3b71b4f34b2d12e78e510 100644
|
| --- a/core/dom/URLUtilsReadOnly.idl
|
| +++ b/core/dom/URLUtilsReadOnly.idl
|
| @@ -23,13 +23,17 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://url.spec.whatwg.org/#urlutilsreadonly
|
| +
|
| [
|
| - NoInterfaceObject,
|
| - ImplementedAs=DOMURLUtilsReadOnly
|
| + NoInterfaceObject, // Always used on target of 'implements'
|
| ] interface URLUtilsReadOnly {
|
| + // FIXME: should be stringifier: http://crbug.com/306606
|
| + // stringifier readonly attribute DOMString href;
|
| readonly attribute DOMString href;
|
| -
|
| [NotEnumerable, ImplementedAs=href] DOMString toString();
|
| + // Not yet implemented.
|
| + // readonly attribute DOMString origin;
|
|
|
| readonly attribute DOMString protocol;
|
| readonly attribute DOMString host;
|
|
|