Expose HTMLInputStream to ScriptRunner so that ScriptRunner can save the insertion point itself
Created attachment 59350 [details] Patch
Comment on attachment 59350 [details] Patch WebCore/html/HTML5ScriptRunner.cpp:240 + InsertionPointRecord savedInsertionPoint(m_host->inputStream()); I think this one is going to move to match the spec more closely.
Committed r61607: <http://trac.webkit.org/changeset/61607>