| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 239f9af92dbd6073e32f5de5205a958ed46efbf0..2a991bd2c065d982ee62fad3d970e70237135933 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -14717,7 +14717,7 @@ class EventSource extends EventTarget {
|
| var parsedOptions = {
|
| 'withCredentials': withCredentials,
|
| };
|
| - return EventSource._factoryEventSource(title, parsedOptions);
|
| + return EventSource._factoryEventSource(url, parsedOptions);
|
| }
|
| // To suppress missing implicit constructor warnings.
|
| factory EventSource._() { throw new UnsupportedError("Not supported"); }
|
|
|