| Index: Source/WebCore/platform/graphics/NativeImagePtr.h
|
| diff --git a/Source/WebCore/platform/graphics/NativeImagePtr.h b/Source/WebCore/platform/graphics/NativeImagePtr.h
|
| index 968f8e1e11d96ab573352af5e85ac6733577992d..e86a825a8e00db2a71e11f1ca6da1342c2a2455d 100644
|
| --- a/Source/WebCore/platform/graphics/NativeImagePtr.h
|
| +++ b/Source/WebCore/platform/graphics/NativeImagePtr.h
|
| @@ -63,8 +63,6 @@ typedef WebCore::NativeImageSkia* NativeImagePtr;
|
| void reportMemoryUsage(const NativeImageSkia*, WTF::MemoryObjectInfo*);
|
| #elif OS(WINCE)
|
| typedef RefPtr<SharedBitmap> NativeImagePtr;
|
| -#elif PLATFORM(BLACKBERRY)
|
| -typedef void* NativeImagePtr;
|
| #endif
|
|
|
| }
|
|
|