aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/BrowserElement.webidl
diff options
context:
space:
mode:
authorPatrick Trottier <patrick.arrow206@outlook.com>2016-06-18 18:09:30 -0400
committerCoder206 <patrick.arrow206@outlook.com>2016-06-20 20:18:42 -0400
commit97eb594cc27e75db760500cedfb8353592d46b48 (patch)
tree9fab91796720d04bca709a51317e00725625a8e8 /components/script/dom/webidls/BrowserElement.webidl
parent09a39af1c18e4319165576cce1490e99845a2b9f (diff)
downloadservo-97eb594cc27e75db760500cedfb8353592d46b48.tar.gz
servo-97eb594cc27e75db760500cedfb8353592d46b48.zip
URI to URL
trying to pass test - uri
Diffstat (limited to 'components/script/dom/webidls/BrowserElement.webidl')
-rw-r--r--components/script/dom/webidls/BrowserElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/BrowserElement.webidl b/components/script/dom/webidls/BrowserElement.webidl
index f183b5cf813..6105811666b 100644
--- a/components/script/dom/webidls/BrowserElement.webidl
+++ b/components/script/dom/webidls/BrowserElement.webidl
@@ -64,7 +64,7 @@ dictionary BrowserElementErrorEventDetail {
};
dictionary BrowserElementLocationChangeEventDetail {
- DOMString uri;
+ DOMString url;
boolean canGoBack;
boolean canGoForward;
};