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

Unified Diff: Source/WebCore/platform/SharedBuffer.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/SharedBuffer.h ('k') | Source/WebCore/platform/Widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
{
« no previous file with comments | « Source/WebCore/platform/SharedBuffer.h ('k') | Source/WebCore/platform/Widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698