WebKit's Page Cache mechanism always attempts to save the script state, regardless of whether JavaScript is enabled or not in the browser. When JS is disabled, a frame's JS execution context is null. However, the Android V8 bindings always expect it to be non-null. The saving and restoration of the script state should be a no-op when JS is disabled. Patch coming.
Created attachment 52633 [details] Check the context to avoid crashing when it's null.
Comment on attachment 52633 [details] Check the context to avoid crashing when it's null. ok.
Comment on attachment 52633 [details] Check the context to avoid crashing when it's null. Clearing flags on attachment: 52633 Committed r57157: <http://trac.webkit.org/changeset/57157>
All reviewed patches have been landed. Closing bug.