summaryrefslogtreecommitdiffstats
path: root/webkit/port/page/Location.idl
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/page/Location.idl')
-rw-r--r--webkit/port/page/Location.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/port/page/Location.idl b/webkit/port/page/Location.idl
index 092b81d..73acabe 100644
--- a/webkit/port/page/Location.idl
+++ b/webkit/port/page/Location.idl
@@ -20,5 +20,6 @@ module core {
[DoNotCheckDomainSecurity, v8OnInstance] void replace(in DOMString url);
[DoNotCheckDomainSecurity, v8OnInstance] void assign(in DOMString url);
[ReadOnly, DontEnum, v8OnInstance] DOMString toString();
+ [Custom, ReadOnly, DontEnum, v8OnInstance] DOMObject valueOf();
};
}