| Index: Source/WebCore/platform/AsyncFileSystem.cpp
|
| diff --git a/Source/WebCore/platform/AsyncFileSystem.cpp b/Source/WebCore/platform/AsyncFileSystem.cpp
|
| index 56bc71c749186378bce4b13242aae81df6dab9ef..d142f87ef75e48f1fc9ba69f3dd3af8e8751cfb9 100644
|
| --- a/Source/WebCore/platform/AsyncFileSystem.cpp
|
| +++ b/Source/WebCore/platform/AsyncFileSystem.cpp
|
| @@ -39,7 +39,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -#if !PLATFORM(CHROMIUM) && !PLATFORM(GTK) && !PLATFORM(BLACKBERRY)
|
| +#if !PLATFORM(CHROMIUM) && !PLATFORM(GTK)
|
| bool AsyncFileSystem::isAvailable()
|
| {
|
| notImplemented();
|
|
|