| Index: Source/WebCore/platform/graphics/filters/FilterOperation.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/FilterOperation.h b/Source/WebCore/platform/graphics/filters/FilterOperation.h
|
| index fb9b67619892ad2d2f2ad03fc00716e62ed6cb44..2b04bca1a7fb7796739e55f9aad94dbfc0c060ca 100644
|
| --- a/Source/WebCore/platform/graphics/filters/FilterOperation.h
|
| +++ b/Source/WebCore/platform/graphics/filters/FilterOperation.h
|
| @@ -37,10 +37,6 @@
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/text/WTFString.h>
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| -#include <wtf/ThreadSafeRefCounted.h>
|
| -#endif
|
| -
|
| #if ENABLE(SVG)
|
| #include "CachedSVGDocumentReference.h"
|
| #endif
|
| @@ -54,11 +50,7 @@ namespace WebCore {
|
|
|
| // CSS Filters
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| -class FilterOperation : public ThreadSafeRefCounted<FilterOperation> {
|
| -#else
|
| class FilterOperation : public RefCounted<FilterOperation> {
|
| -#endif
|
| public:
|
| enum OperationType {
|
| REFERENCE, // url(#somefilter)
|
|
|