| Index: Source/core/rendering/InlineBox.h
|
| diff --git a/Source/core/rendering/InlineBox.h b/Source/core/rendering/InlineBox.h
|
| index ea29657ff51d277194ed042c8a0663cef821c4be..3d6e73a8ed715cb88b3d83b2d706829b1ec35f41 100644
|
| --- a/Source/core/rendering/InlineBox.h
|
| +++ b/Source/core/rendering/InlineBox.h
|
| @@ -424,6 +424,9 @@ inline void InlineBox::setHasBadParent()
|
| }
|
| #endif
|
|
|
| +#define DEFINE_INLINE_BOX_TYPE_CASTS(typeName) \
|
| + DEFINE_TYPE_CASTS(typeName, InlineBox, box, box->is##typeName(), box.is##typeName())
|
| +
|
| } // namespace WebCore
|
|
|
| #ifndef NDEBUG
|
|
|