Index: Source/platform/text/BidiResolver.h |
diff --git a/Source/platform/text/BidiResolver.h b/Source/platform/text/BidiResolver.h |
index c5c69db85d1a287124b3341201e9a241e529a432..9eb8f5ff4479d77ff0f498ddb569e9ad997d9294 100644 |
--- a/Source/platform/text/BidiResolver.h |
+++ b/Source/platform/text/BidiResolver.h |
@@ -33,7 +33,7 @@ |
namespace blink { |
-class RenderObject; |
+class LayoutObject; |
template <class Iterator> class MidpointState { |
public: |
@@ -63,7 +63,7 @@ public: |
// When ignoring spaces, this needs to be called for objects that need line boxes such as RenderInlines or |
// hard line breaks to ensure that they're not ignored. |
- void ensureLineBoxInsideIgnoredSpaces(RenderObject* renderer) |
+ void ensureLineBoxInsideIgnoredSpaces(LayoutObject* renderer) |
{ |
Iterator midpoint(0, renderer, 0); |
stopIgnoringSpaces(midpoint); |