Index: Source/core/dom/PseudoElement.h |
diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
index 10a39b70fdb494b409741e34e9419739b70c3cd5..0bd49849abfcd56248e5ef0d1a05f46c326c1a99 100644 |
--- a/Source/core/dom/PseudoElement.h |
+++ b/Source/core/dom/PseudoElement.h |
@@ -43,7 +43,7 @@ public: |
virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE; |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |
// As per http://dev.w3.org/csswg/css3-regions/#flow-into, pseudo-elements such as ::first-line, ::first-letter, ::before or ::after |
// cannot be directly collected into a named flow. |