summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/BlobBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/BlobBuilder.h')
-rw-r--r--WebCore/fileapi/BlobBuilder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/fileapi/BlobBuilder.h b/WebCore/fileapi/BlobBuilder.h
index 20e510a..a981e31 100644
--- a/WebCore/fileapi/BlobBuilder.h
+++ b/WebCore/fileapi/BlobBuilder.h
@@ -41,7 +41,6 @@
namespace WebCore {
class Blob;
-class ScriptExecutionContext;
class TextEncoding;
typedef int ExceptionCode;
@@ -54,7 +53,7 @@ public:
bool append(const String& text, ExceptionCode&);
bool append(const String& text, const String& ending, ExceptionCode&);
- PassRefPtr<Blob> getBlob(ScriptExecutionContext*, const String& contentType = String());
+ PassRefPtr<Blob> getBlob(const String& contentType = String());
private:
BlobBuilder();