Ticket #19896: patch-purgable-buffer.diff
File patch-purgable-buffer.diff, 526 bytes (added by nodamage@…, 15 years ago) |
---|
-
WebCore/platform/PurgeableBuffer.h
old new namespace WebCore { 62 62 mutable State m_state; 63 63 }; 64 64 65 #if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT) 65 #if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT) || PLATFORM(GTK) 66 66 inline PurgeableBuffer* PurgeableBuffer::create(const char*, size_t) { return 0; } 67 67 inline PurgeableBuffer::~PurgeableBuffer() { } 68 68 inline const char* PurgeableBuffer::data() const { return 0; }