Changeset 158265 in webkit


Ignore:
Timestamp:
Oct 30, 2013 4:16:10 AM (10 years ago)
Author:
Antti Koivisto
Message:

REGRESSION(r158214): It made zillion tests crash on GTK and EFL
https://bugs.webkit.org/show_bug.cgi?id=123505

  • rendering/SimpleLineLayout.h: Add WTF_MAKE_FAST_ALLOCATED
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r158258 r158265  
     12013-10-30  Antti Koivisto  <antti@apple.com>
     2
     3        REGRESSION(r158214): It made zillion tests crash on GTK and EFL
     4        https://bugs.webkit.org/show_bug.cgi?id=123505
     5
     6        * rendering/SimpleLineLayout.h: Add WTF_MAKE_FAST_ALLOCATED
     7
    182013-10-29  Philippe Normand  <pnormand@igalia.com>
    29
  • trunk/Source/WebCore/rendering/SimpleLineLayout.h

    r158229 r158265  
    6161
    6262struct Layout {
     63    WTF_MAKE_FAST_ALLOCATED;
     64public:
    6365    typedef Vector<Run, 10> RunVector;
    6466    static std::unique_ptr<Layout> create(const RunVector&, unsigned lineCount);
Note: See TracChangeset for help on using the changeset viewer.