Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 97d8104d176d13066b2a22650c785bf9216af1f1..1b2204fad3544ca0446a9ccef192c45c0bdf00b8 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -79,7 +79,7 @@ public: |
bool ieForbidsInsertHTML() const; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&); |
+ virtual bool rendererIsNeeded(const RenderStyle&); |
virtual RenderObject* createRenderer(RenderStyle*); |
HTMLFormElement* form() const { return virtualForm(); } |