summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/SharedBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/SharedBuffer.h')
-rw-r--r--WebCore/platform/SharedBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/SharedBuffer.h b/WebCore/platform/SharedBuffer.h
index cd918d6..256d490 100644
--- a/WebCore/platform/SharedBuffer.h
+++ b/WebCore/platform/SharedBuffer.h
@@ -61,7 +61,7 @@ public:
// The buffer must be in non-purgeable state before adopted to a SharedBuffer.
// It will stay that way until released.
static PassRefPtr<SharedBuffer> adoptPurgeableBuffer(PurgeableBuffer* buffer);
-
+
#if PLATFORM(ANDROID)
virtual
#endif