Changeset 64461 in webkit


Ignore:
Timestamp:
Aug 2, 2010 7:48:07 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-08-02 Markus Goetz <Markus.Goetz@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Do not link to SharedBufferCF.cpp
The Qt port does not need this file.
We plan to implement the platformData()
for SharedBuffer at some point soon.
https://bugs.webkit.org/show_bug.cgi?id=43242

  • WebCore.pro:
  • platform/SharedBuffer.cpp:
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r64460 r64461  
     12010-08-02  Markus Goetz  <Markus.Goetz@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Do not link to SharedBufferCF.cpp
     6        The Qt port does not need this file.
     7        We plan to implement the platformData()
     8        for SharedBuffer at some point soon.
     9        https://bugs.webkit.org/show_bug.cgi?id=43242
     10
     11        * WebCore.pro:
     12        * platform/SharedBuffer.cpp:
     13
    1142010-08-02  Balazs Kelemen  <kb@inf.u-szeged.hu>
    215
  • trunk/WebCore/WebCore.pro

    r64460 r64461  
    22752275        SOURCES += \
    22762276            platform/text/cf/StringCF.cpp \
    2277             platform/text/cf/StringImplCF.cpp \
    2278             platform/cf/SharedBufferCF.cpp
     2277            platform/text/cf/StringImplCF.cpp
    22792278        LIBS_PRIVATE += -framework Carbon -framework AppKit
    22802279    }
  • trunk/WebCore/platform/SharedBuffer.cpp

    r62551 r64461  
    240240}
    241241
    242 #if !PLATFORM(CF)
     242#if !PLATFORM(CF) || PLATFORM(QT)
    243243
    244244inline void SharedBuffer::clearPlatformData()
Note: See TracChangeset for help on using the changeset viewer.