summaryrefslogtreecommitdiff
path: root/javascript/jsapi/htmldocument.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/jsapi/htmldocument.bnd')
-rw-r--r--javascript/jsapi/htmldocument.bnd3
1 files changed, 1 insertions, 2 deletions
diff --git a/javascript/jsapi/htmldocument.bnd b/javascript/jsapi/htmldocument.bnd
index 4aacccf4e..6e7f56528 100644
--- a/javascript/jsapi/htmldocument.bnd
+++ b/javascript/jsapi/htmldocument.bnd
@@ -76,8 +76,7 @@ getter location %{
jsret = jsapi_new_Location(cx,
NULL,
NULL,
- llcache_handle_get_url(private->htmlc->base.llcache),
- private->htmlc);
+ llcache_handle_get_url(private->htmlc->base.llcache));
%}
getter URL %{