[Webkit-unassigned] [Bug 23057] New: PurgeableBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 31 07:00:12 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=23057

           Summary: PurgeableBuffer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lkcl at lkcl.net


diff --git a/WebCore/platform/PurgeableBuffer.h
b/WebCore/platform/PurgeableBuff
index b8b5c73..20f0ed8 100644
--- a/WebCore/platform/PurgeableBuffer.h
+++ b/WebCore/platform/PurgeableBuffer.h
@@ -62,14 +62,14 @@ namespace WebCore {
         mutable State m_state;
     };

-#if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT)
+/*#if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT)*/
     inline PurgeableBuffer* PurgeableBuffer::create(const char*, size_t) {
retu
     inline PurgeableBuffer::~PurgeableBuffer() { }
     inline const char* PurgeableBuffer::data() const { return 0; }
     inline void PurgeableBuffer::setPurgePriority(PurgePriority) { }
     inline bool PurgeableBuffer::wasPurged() const { return false; }
     inline bool PurgeableBuffer::makePurgeable(bool) { return false; }
-#endif
+/*#endif*/

 }


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list