Index: Source/WebCore/platform/SharedBuffer.cpp |
diff --git a/Source/WebCore/platform/SharedBuffer.cpp b/Source/WebCore/platform/SharedBuffer.cpp |
index 38aeb1a7088c29d6afdef9c98546c386daeff94b..9dbaabb511cd769a15547fc1cc193206c2b45267 100644 |
--- a/Source/WebCore/platform/SharedBuffer.cpp |
+++ b/Source/WebCore/platform/SharedBuffer.cpp |
@@ -327,7 +327,7 @@ unsigned SharedBuffer::getSomeData(const char*& someData, unsigned position) con |
#endif |
} |
-#if !USE(CF) || PLATFORM(QT) |
+#if !USE(CF) |
inline void SharedBuffer::clearPlatformData() |
{ |