Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: xml/XMLHttpRequestProgressEvent.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xml/XMLHttpRequestException.idl ('k') | xml/XMLHttpRequestUpload.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xml/XMLHttpRequestProgressEvent.idl
diff --git a/xml/XMLHttpRequestProgressEvent.idl b/xml/XMLHttpRequestProgressEvent.idl
index 5ed5c21270c9b2267f770a6b1f20de8a597e07e1..cd0f45b5ce8fecf27f8ed1c2fd1c787637f17062 100644
--- a/xml/XMLHttpRequestProgressEvent.idl
+++ b/xml/XMLHttpRequestProgressEvent.idl
@@ -23,10 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- JSNoStaticTables
// We should also inherit from LSProgressEvent when the idl is added.
-] interface XMLHttpRequestProgressEvent : ProgressEvent {
+interface XMLHttpRequestProgressEvent : ProgressEvent {
readonly attribute unsigned long long position;
readonly attribute unsigned long long totalSize;
};
« no previous file with comments | « xml/XMLHttpRequestException.idl ('k') | xml/XMLHttpRequestUpload.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698