| Index: Source/core/page/EventSourceInit.idl
|
| diff --git a/Source/core/testing/GarbageCollectedScriptWrappable.idl b/Source/core/page/EventSourceInit.idl
|
| similarity index 68%
|
| copy from Source/core/testing/GarbageCollectedScriptWrappable.idl
|
| copy to Source/core/page/EventSourceInit.idl
|
| index 0fd3bde6412d03694bd355dbf23cf278a2162ebe..39c9157feed42658c2afad12c1e75dd40a983f33 100644
|
| --- a/Source/core/testing/GarbageCollectedScriptWrappable.idl
|
| +++ b/Source/core/page/EventSourceInit.idl
|
| @@ -4,6 +4,6 @@
|
|
|
| [
|
| GarbageCollected
|
| -] interface GarbageCollectedScriptWrappable {
|
| - [NotEnumerable] DOMString toString();
|
| +] dictionary EventSourceInit {
|
| + boolean withCredentials = false;
|
| };
|
|
|