| Index: Source/WebCore/platform/graphics/DashArray.h
|
| diff --git a/Source/WebCore/platform/graphics/DashArray.h b/Source/WebCore/platform/graphics/DashArray.h
|
| index 39596d4233950b38a143430faf27f0ccfe1c80dc..a89ee1a8289fdcde28d32d7c0350790bf3a19669 100644
|
| --- a/Source/WebCore/platform/graphics/DashArray.h
|
| +++ b/Source/WebCore/platform/graphics/DashArray.h
|
| @@ -30,8 +30,6 @@
|
|
|
| #if USE(CG)
|
| typedef CGFloat DashArrayElement;
|
| -#elif USE(CAIRO)
|
| -typedef double DashArrayElement;
|
| #else
|
| typedef float DashArrayElement;
|
| #endif
|
|
|