# HG changeset patch # User Nicholas Jillings # Date 1456226264 0 # Node ID 1f9436adc83f3fd80bebc602226b4b0aaf2d3448 # Parent 91c342dbe75015fddaa75f31d10442ebe1345bf1 Possible fix for Safari on storage load error. diff -r 91c342dbe750 -r 1f9436adc83f 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()