summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/notifications/Notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/notifications/Notification.h')
-rw-r--r--Source/WebCore/notifications/Notification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/notifications/Notification.h b/Source/WebCore/notifications/Notification.h
index b5c6b9a..d05a3bd 100644
--- a/Source/WebCore/notifications/Notification.h
+++ b/Source/WebCore/notifications/Notification.h
@@ -105,7 +105,7 @@ namespace WebCore {
void detachPresenter() { }
virtual void didReceiveResponse(const ResourceResponse&);
- virtual void didReceiveData(const char* data, int lengthReceived);
+ virtual void didReceiveData(const char* data, int dataLength);
virtual void didFinishLoading(unsigned long identifier, double finishTime);
virtual void didFail(const ResourceError&);
virtual void didFailRedirectCheck();