Skip to content

Commit

Permalink
Bug 1238883 - [TV Browser] It shows "The page cannot be displayed" wh…
Browse files Browse the repository at this point in the history
…en user browse some webpages. r=roc
  • Loading branch information
JamesWCCheng committed Feb 2, 2016
1 parent e48a85a commit b406200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dom/browser-element/BrowserElementChildPreload.js
Original file line number Diff line number Diff line change
Expand Up @@ -1887,6 +1887,7 @@ BrowserElementChild.prototype = {
case Cr.NS_BINDING_ABORTED :
// Ignoring NS_BINDING_ABORTED, which is set when loading page is
// stopped.
case Cr.NS_ERROR_PARSED_DATA_CACHED:
return;

// TODO See nsDocShell::DisplayLoadError to see what extra
Expand Down

0 comments on commit b406200

Please sign in to comment.