| Index: Source/platform/graphics/DiscardablePixelRef.cpp
|
| diff --git a/Source/platform/graphics/DiscardablePixelRef.cpp b/Source/platform/graphics/DiscardablePixelRef.cpp
|
| index 15a38f1d94bf8a9fc870d21467476dfcef9ea0f2..01179757f5c37208ad74a731e01867961b1b7e18 100644
|
| --- a/Source/platform/graphics/DiscardablePixelRef.cpp
|
| +++ b/Source/platform/graphics/DiscardablePixelRef.cpp
|
| @@ -82,7 +82,7 @@ DiscardablePixelRef::~DiscardablePixelRef()
|
|
|
| bool DiscardablePixelRef::allocAndLockDiscardableMemory(size_t bytes)
|
| {
|
| - m_discardable = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(bytes));
|
| + m_discardable = adoptPtr(Platform::current()->allocateAndLockDiscardableMemory(bytes));
|
| if (m_discardable) {
|
| m_lockedMemory = m_discardable->data();
|
| return true;
|
|
|