Changeset 158265 in webkit
- Timestamp:
- Oct 30, 2013, 4:16:10 AM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r158258 r158265 1 2013-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 1 8 2013-10-29 Philippe Normand <pnormand@igalia.com> 2 9 -
trunk/Source/WebCore/rendering/SimpleLineLayout.h
r158229 r158265 61 61 62 62 struct Layout { 63 WTF_MAKE_FAST_ALLOCATED; 64 public: 63 65 typedef Vector<Run, 10> RunVector; 64 66 static std::unique_ptr<Layout> create(const RunVector&, unsigned lineCount);
Note:
See TracChangeset
for help on using the changeset viewer.