| Index: third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.cpp b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| index ae36c01f2a4b361f26bf908a82bfa302039e5e44..b3692d8be0eb5db206eb7cb55d4b77fda002e105 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| @@ -132,7 +132,7 @@ void PseudoElement::attachLayoutTree(const AttachContext& context) {
|
|
|
| for (const ContentData* content = style.contentData(); content;
|
| content = content->next()) {
|
| - LayoutObject* child = content->createLayoutObject(document(), style);
|
| + LayoutObject* child = content->createLayoutObject(*this, style);
|
| if (layoutObject->isChildAllowed(child, style)) {
|
| layoutObject->addChild(child);
|
| if (child->isQuote())
|
|
|