| Index: Source/core/page/EventSource.idl
|
| diff --git a/Source/core/page/EventSource.idl b/Source/core/page/EventSource.idl
|
| index 932fecee73369a2cac5f35e80465ec9c039953c6..23f2f1b265dd353ef15e6e5349720cf7b097887c 100644
|
| --- a/Source/core/page/EventSource.idl
|
| +++ b/Source/core/page/EventSource.idl
|
| @@ -38,7 +38,7 @@
|
| RaisesException=Constructor,
|
| ] interface EventSource : EventTarget {
|
|
|
| - [MeasureAs=EventSourceURL] readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
|
| + [DeprecateAs=EventSourceURL] readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
|
| readonly attribute DOMString url;
|
| readonly attribute boolean withCredentials;
|
|
|
|
|