Index: Source/core/dom/DOMPointInit.idl |
diff --git a/Source/core/page/EventSourceInit.idl b/Source/core/dom/DOMPointInit.idl |
similarity index 55% |
copy from Source/core/page/EventSourceInit.idl |
copy to Source/core/dom/DOMPointInit.idl |
index 39c9157feed42658c2afad12c1e75dd40a983f33..6c8ddafd4b6afb2a4ff551b9c335704540fe34b8 100644 |
--- a/Source/core/page/EventSourceInit.idl |
+++ b/Source/core/dom/DOMPointInit.idl |
@@ -4,6 +4,9 @@ |
haraken
2014/09/10 15:37:40
Add a link to the spec.
bashi
2014/09/12 04:16:14
Done.
|
[ |
GarbageCollected |
-] dictionary EventSourceInit { |
- boolean withCredentials = false; |
+] dictionary DOMPointInit { |
+ unrestricted double x = 0; |
+ unrestricted double y = 0; |
+ unrestricted double z = 0; |
+ unrestricted double w = 1; |
}; |