Reduce size of ScriptElement
Created attachment 266493 [details] Patch
This reduces the sizeof(ScriptElement) from 168 to 56 bytes, like it was before https://bugs.webkit.org/show_bug.cgi?id=151649
Comment on attachment 266493 [details] Patch r=me
Maybe we could use callOnMainThread() with a captured RefPtr<ScriptElement> to keep it alive here? Then we'd shrink the object even more :)
Created attachment 266499 [details] Patch
Comment on attachment 266499 [details] Patch Clearing flags on attachment: 266499 Committed r192989: <http://trac.webkit.org/changeset/192989>
All reviewed patches have been landed. Closing bug.