XUL Chrome should use |content| over |_content|. r/a=justdave via irc

parent aeec5984
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
var sidebar = 1; var sidebar = 1;
function load_absolute_url( aAbsoluteURL ) { function load_absolute_url( aAbsoluteURL ) {
_content.location = aAbsoluteURL; content.location = aAbsoluteURL;
} }
function load_relative_url( aRelativeURL ) { function load_relative_url( aRelativeURL ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment