summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/SharedBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/SharedBuffer.cpp')
-rw-r--r--Source/WebCore/platform/SharedBuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/SharedBuffer.cpp b/Source/WebCore/platform/SharedBuffer.cpp
index 35a7b7c..34553ec 100644
--- a/Source/WebCore/platform/SharedBuffer.cpp
+++ b/Source/WebCore/platform/SharedBuffer.cpp
@@ -239,7 +239,7 @@ unsigned SharedBuffer::getSomeData(const char*& someData, unsigned position) con
return segment == segments - 1 ? segmentedSize - position : segmentSize - positionInSegment;
}
-#if !PLATFORM(CF) || PLATFORM(QT)
+#if !USE(CF) || PLATFORM(QT)
inline void SharedBuffer::clearPlatformData()
{