| Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| index 615d78b82d53dafe05df53eca7703c9d94710c35..193b17d34d493921a5ba0d7d15b422d7b7cb9006 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| @@ -58,13 +58,6 @@ LayoutInline::LayoutInline(Element* element)
|
| setChildrenInline(true);
|
| }
|
|
|
| -LayoutInline* LayoutInline::createAnonymous(Document* document)
|
| -{
|
| - LayoutInline* layoutObject = new LayoutInline(nullptr);
|
| - layoutObject->setDocumentForAnonymous(document);
|
| - return layoutObject;
|
| -}
|
| -
|
| void LayoutInline::willBeDestroyed()
|
| {
|
| // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will
|
|
|