diff -r ae49e290890d -r 313e09453306 eric6/WebBrowser/WebBrowserView.py --- a/eric6/WebBrowser/WebBrowserView.py Thu Sep 24 19:47:55 2020 +0200 +++ b/eric6/WebBrowser/WebBrowserView.py Thu Sep 24 19:51:19 2020 +0200 @@ -1771,6 +1771,7 @@ self.page().deleteLater() self.__createNewPage() + # TODO: convert this to not use .qrc html = readAllFileContents(":/html/tabCrashPage.html") html = html.replace("@IMAGE@", pixmapToDataUrl( qApp.style().standardIcon(QStyle.SP_MessageBoxWarning).pixmap(