# HG changeset patch # User Nicholas Jillings # Date 1456226264 0 # Node ID 5cd12e23b195c988dba89d6fa8600fc64a77e5f1 # Parent aa55372146a00ac42485cb02c328839a3e473beb Possible fix for Safari on storage load error. diff -r aa55372146a0 -r 5cd12e23b195 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()