Index: Source/core/rendering/style/StyleRareInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h |
index 55f8415c6f4d742d3af62379f359a01da77635db..bd6b3d83d45a0052b6983533509c26d22b1adeaf 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareInheritedData.h |
@@ -37,12 +37,13 @@ |
namespace WebCore { |
class AppliedTextDecoration; |
-class CursorList; |
+class CursorData; |
class QuotesData; |
class ShadowList; |
class StyleImage; |
typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList; |
+typedef RefVector<CursorData> CursorList; |
// This struct is for rarely used inherited CSS3, CSS2, and WebKit-specific properties. |
// By grouping them together, we save space, and only allocate this object when someone |