| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index 48628579d330ca3144ab7a08c837f1d785d254b1..98a84b8040b5a32449d780fa18f44d52b02648a9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -112,8 +112,6 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject {
|
| public:
|
| explicit LayoutInline(Element*);
|
|
|
| - static LayoutInline* createAnonymous(Document*);
|
| -
|
| LayoutObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); }
|
| LayoutObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); }
|
|
|
|
|