Index: Source/core/rendering/RenderQuote.h |
diff --git a/Source/core/rendering/RenderQuote.h b/Source/core/rendering/RenderQuote.h |
index a7e4b08a45c99df29ff72b2161d1a5a7974bb020..3c0c32caa42084e8f7f0887fa81a2d1e8ebff534 100644 |
--- a/Source/core/rendering/RenderQuote.h |
+++ b/Source/core/rendering/RenderQuote.h |
@@ -43,7 +43,7 @@ private: |
virtual void willBeDestroyed() OVERRIDE; |
virtual const char* renderName() const OVERRIDE { return "RenderQuote"; }; |
- virtual bool isQuote() const OVERRIDE { return true; }; |
+ virtual bool isOfType(RenderObjectType type) const OVERRIDE { return type == RenderObjectQuote || RenderInline::isOfType(type); } |
virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE; |
virtual void willBeRemovedFromTree() OVERRIDE; |