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 { 
    6262        mutable State m_state;
    6363    };
    6464
    65 #if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT)
     65#if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT) || PLATFORM(GTK)
    6666    inline PurgeableBuffer* PurgeableBuffer::create(const char*, size_t) { return 0; }
    6767    inline PurgeableBuffer::~PurgeableBuffer() { }
    6868    inline const char* PurgeableBuffer::data() const { return 0; }