Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: Source/WebCore/platform/cf/SharedBufferCF.cpp

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/platform/Widget.h ('k') | Source/WebCore/platform/graphics/ANGLEWebKitBridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/cf/SharedBufferCF.cpp
diff --git a/Source/WebCore/platform/cf/SharedBufferCF.cpp b/Source/WebCore/platform/cf/SharedBufferCF.cpp
index bc5df5035d3b6b42710c06a23e800ce59de17ee9..c3bbc73a9b57b6d7dbc238189c54dba0fe24576d 100644
--- a/Source/WebCore/platform/cf/SharedBufferCF.cpp
+++ b/Source/WebCore/platform/cf/SharedBufferCF.cpp
@@ -40,7 +40,7 @@ SharedBuffer::SharedBuffer(CFDataRef cfData)
// Mac is a CF platform but has an even more efficient version of this method,
// so only use this version for non-Mac
-#if !PLATFORM(MAC) && !(PLATFORM(QT) && USE(QTKIT))
+#if !PLATFORM(MAC)
CFDataRef SharedBuffer::createCFData()
{
if (m_cfData) {
« no previous file with comments | « Source/WebCore/platform/Widget.h ('k') | Source/WebCore/platform/graphics/ANGLEWebKitBridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698