Changeset 30082 in webkit


Ignore:
Timestamp:
Feb 7, 2008 3:54:51 PM (16 years ago)
Author:
Adam Roben
Message:

Qt build fix

  • platform/SharedBuffer.cpp: Removed a stub implementation of createWithContentsOfFile, now that each platform has its own stub.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r30081 r30082  
     12008-02-07  Adam Roben  <aroben@apple.com>
     2
     3        Qt build fix
     4
     5        * platform/SharedBuffer.cpp: Removed a stub implementation of
     6        createWithContentsOfFile, now that each platform has its own stub.
     7
    182008-02-07  Adam Roben  <aroben@apple.com>
    29
  • trunk/WebCore/platform/SharedBuffer.cpp

    r29663 r30082  
    110110#endif
    111111
    112 #if !PLATFORM(MAC) && !PLATFORM(WIN)
    113 
    114 PassRefPtr<SharedBuffer> SharedBuffer::createWithContentsOfFile(const String& filePath)
    115 {
    116     return 0;
    117112}
    118 
    119 #endif
    120 
    121 }
Note: See TracChangeset for help on using the changeset viewer.