| Index: Source/core/dom/PseudoElement.cpp
 | 
| diff --git a/Source/core/dom/PseudoElement.cpp b/Source/core/dom/PseudoElement.cpp
 | 
| index 9512d82defecbbb70b0d9637a82715557a128a32..8dc00fbd2a5ba93f32f37b0c06442dadaa00e65b 100644
 | 
| --- a/Source/core/dom/PseudoElement.cpp
 | 
| +++ b/Source/core/dom/PseudoElement.cpp
 | 
| @@ -91,8 +91,6 @@ void PseudoElement::attach(const AttachContext& context)
 | 
|      if (!renderer)
 | 
|          return;
 | 
|      RenderStyle* style = renderer->style();
 | 
| -    if (style->hasFlowFrom())
 | 
| -        return;
 | 
|      if (style->styleType() != BEFORE && style->styleType() != AFTER)
 | 
|          return;
 | 
|      ASSERT(style->contentData());
 | 
| 
 |