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