summaryrefslogtreecommitdiffstats
path: root/WebCore/html/Blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/Blob.h')
-rw-r--r--WebCore/html/Blob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/Blob.h b/WebCore/html/Blob.h
index 12ccca7..7afc7a0 100644
--- a/WebCore/html/Blob.h
+++ b/WebCore/html/Blob.h
@@ -67,7 +67,7 @@ public:
const BlobItemList& items() const { return m_items; }
-#if ENABLE(BLOB_SLICE)
+#if ENABLE(BLOB)
PassRefPtr<Blob> slice(ScriptExecutionContext*, long long start, long long length, const String& contentType = String()) const;
#endif