summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl b/chromium/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl
index 0d36b46d0af..ccd26f77053 100644
--- a/chromium/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl
+++ b/chromium/third_party/WebKit/Source/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;