RESOLVED FIXED 123459
Make SimpleLineLayout::Layout a variable size object
https://bugs.webkit.org/show_bug.cgi?id=123459
Summary Make SimpleLineLayout::Layout a variable size object
Antti Koivisto
Reported 2013-10-29 12:46:56 PDT
less memory
Attachments
patch (7.64 KB, patch)
2013-10-29 12:51 PDT, Antti Koivisto
no flags
better patch (7.68 KB, patch)
2013-10-29 12:58 PDT, Antti Koivisto
kling: review+
buildbot: commit-queue-
Antti Koivisto
Comment 1 2013-10-29 12:51:53 PDT
Antti Koivisto
Comment 2 2013-10-29 12:58:39 PDT
Created attachment 215412 [details] better patch
Andreas Kling
Comment 3 2013-10-29 13:00:16 PDT
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
Build Bot
Comment 4 2013-10-29 13:40:57 PDT
Antti Koivisto
Comment 5 2013-10-29 13:48:39 PDT
Csaba Osztrogonác
Comment 6 2013-10-30 03:23:40 PDT
(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.
Note You need to log in before you can comment on or make changes to this bug.