# HG changeset patch # User Nicholas Jillings # Date 1456226264 0 # Node ID 845047ed3814c4b96c95aea9058ddc9b25db7a98 # Parent 943b0ba7ec83ed0c79759654fb52d795bab8d250 Possible fix for Safari on storage load error. diff -r 943b0ba7ec83 -r 845047ed3814 core.js --- a/core.js Tue Feb 23 10:49:48 2016 +0000 +++ b/core.js Tue Feb 23 11:17:44 2016 +0000 @@ -3094,7 +3094,7 @@ this.globalPostTest = null; this.testPages = []; this.document = document.implementation.createDocument(null,"waetresult"); - this.root = this.document.children[0]; + this.root = this.document.childNodes[0]; this.state = 0; this.initialise = function()