less memory
Created attachment 215411 [details] patch
Created attachment 215412 [details] better patch
Comment on attachment 215412 [details] better patch View in context: https://bugs.webkit.org/attachment.cgi?id=215412&action=review Very cool. r=me > Source/WebCore/rendering/SimpleLineLayout.cpp:61 > -#endif > +#endif why > Source/WebCore/rendering/SimpleLineLayout.h:62 > + Run runs[0]; You may need some #pragma tomfoolery to placate MSVC. See ElementData.h
Comment on attachment 215412 [details] better patch Attachment 215412 [details] did not pass win-ews (win): Output: http://webkit-queues.appspot.com/results/16938053
https://trac.webkit.org/r158214
(In reply to comment #5) > https://trac.webkit.org/r158214 It made almost all tests crash on GTK and EFL, see https://bugs.webkit.org/show_bug.cgi?id=123505 for details.