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

Unified Diff: client/dom/generated/src/frog/XMLHttpRequest.dart

Issue 8574040: Support DOMString[] and regenerate from IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix Window.postMessage Created 9 years, 1 month 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 | « client/dom/generated/src/frog/WheelEvent.dart ('k') | client/dom/generated/src/interface/ArrayBuffer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/XMLHttpRequest.dart
diff --git a/client/dom/generated/src/frog/XMLHttpRequest.dart b/client/dom/generated/src/frog/XMLHttpRequest.dart
index ab0bfb4c37092f57f8623271a850bb7549b119bc..adc607f7f12c424fe204d77023e01d8cb550bee8 100644
--- a/client/dom/generated/src/frog/XMLHttpRequest.dart
+++ b/client/dom/generated/src/frog/XMLHttpRequest.dart
@@ -43,7 +43,7 @@ class XMLHttpRequest native "XMLHttpRequest" {
String getResponseHeader(String header) native;
- void open(String method, String url, bool async, [String user = null, String password = null]) native;
+ void open(String method, String url, [bool async = null, String user = null, String password = null]) native;
void overrideMimeType(String override) native;
« no previous file with comments | « client/dom/generated/src/frog/WheelEvent.dart ('k') | client/dom/generated/src/interface/ArrayBuffer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698