summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XMLHttpRequestProgressEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XMLHttpRequestProgressEvent.idl')
-rw-r--r--WebCore/xml/XMLHttpRequestProgressEvent.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/xml/XMLHttpRequestProgressEvent.idl b/WebCore/xml/XMLHttpRequestProgressEvent.idl
index 05c984e..bc5055a 100644
--- a/WebCore/xml/XMLHttpRequestProgressEvent.idl
+++ b/WebCore/xml/XMLHttpRequestProgressEvent.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010 Apple Inc. All rights reserved.
+ * Copyright (C) 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -29,8 +29,8 @@ module events {
NoStaticTables
// We should also inherit from LSProgressEvent when the idl is added.
] XMLHttpRequestProgressEvent : ProgressEvent {
- readonly attribute unsigned long long position;
- readonly attribute unsigned long long totalSize;
+ readonly attribute unsigned long position;
+ readonly attribute unsigned long totalSize;
};
}