| Index: Source/core/layout/api/LineLayoutItem.cpp
|
| diff --git a/Source/platform/exported/WebMemoryAllocatorDump.cpp b/Source/core/layout/api/LineLayoutItem.cpp
|
| similarity index 62%
|
| copy from Source/platform/exported/WebMemoryAllocatorDump.cpp
|
| copy to Source/core/layout/api/LineLayoutItem.cpp
|
| index b28f540081b18e3a6ea6284cfe0165f15b24576b..2510f11f2dac07ba0dc86524613526ce2f6b8ff7 100644
|
| --- a/Source/platform/exported/WebMemoryAllocatorDump.cpp
|
| +++ b/Source/core/layout/api/LineLayoutItem.cpp
|
| @@ -3,11 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "public/platform/WebMemoryAllocatorDump.h"
|
| +#include "core/layout/api/LineLayoutItem.h"
|
|
|
| namespace blink {
|
|
|
| -WebMemoryAllocatorDump::~WebMemoryAllocatorDump()
|
| +LineLayoutItem::LineLayoutItem(LayoutObject* layoutObject)
|
| + : m_layoutObject(layoutObject)
|
| {
|
| }
|
|
|
|
|