summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/ErrorCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/ErrorCallback.h')
-rw-r--r--WebCore/storage/ErrorCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/ErrorCallback.h b/WebCore/storage/ErrorCallback.h
index 8cddbc7..91143e8 100644
--- a/WebCore/storage/ErrorCallback.h
+++ b/WebCore/storage/ErrorCallback.h
@@ -43,7 +43,7 @@ class ScriptExecutionContext;
class ErrorCallback : public RefCounted<ErrorCallback> {
public:
virtual ~ErrorCallback() { }
- virtual bool handleEvent(ScriptExecutionContext*, FileError*) = 0;
+ virtual bool handleEvent(FileError*) = 0;
};
} // namespace