| Index: Source/WebCore/platform/graphics/skia/PathSkia.cpp
|
| diff --git a/Source/WebCore/platform/graphics/skia/PathSkia.cpp b/Source/WebCore/platform/graphics/skia/PathSkia.cpp
|
| index 47587525d1bbdf990c93c614b54a5b801b95570f..a4c90d239904e3a8e44be741153ec4d0f38e158b 100644
|
| --- a/Source/WebCore/platform/graphics/skia/PathSkia.cpp
|
| +++ b/Source/WebCore/platform/graphics/skia/PathSkia.cpp
|
| @@ -53,13 +53,6 @@ Path::Path(const Path& other)
|
| m_path = other.m_path ? new SkPath(*other.m_path) : 0;
|
| }
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| -Path::Path(const SkPath& path)
|
| -{
|
| - m_path = new SkPath(path);
|
| -}
|
| -#endif
|
| -
|
| Path::~Path()
|
| {
|
| if (m_path)
|
|
|