| Index: webkit/glue/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
|
| index a6952aced7b7e74b98d47c67a751ada776c8cfcc..6f6014d9f9fbaa3dd805da5711d087354bfacc7d 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.cc
|
| +++ b/webkit/glue/webkitplatformsupport_impl.cc
|
| @@ -1006,8 +1006,6 @@ WebKit::WebGestureCurve* WebKitPlatformSupportImpl::createFlingAnimationCurve(
|
|
|
| WebKit::WebDiscardableMemory*
|
| WebKitPlatformSupportImpl::allocateAndLockDiscardableMemory(size_t bytes) {
|
| - if (!base::DiscardableMemory::Supported())
|
| - return NULL;
|
| scoped_ptr<WebDiscardableMemoryImpl> discardable(
|
| new WebDiscardableMemoryImpl());
|
| if (discardable->InitializeAndLock(bytes))
|
|
|