From 34df54553a2216c88af4bedaeaa682a4ce73b3a1 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Fri, 22 Oct 2021 09:41:49 +0200 Subject: [PATCH] Add patch for ed/idl/webidl.idl Reinstate DOMTimeStamp --- ed/idlpatches/webidl.idl.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ed/idlpatches/webidl.idl.patch diff --git a/ed/idlpatches/webidl.idl.patch b/ed/idlpatches/webidl.idl.patch new file mode 100644 index 000000000000..35e6ce40cbf0 --- /dev/null +++ b/ed/idlpatches/webidl.idl.patch @@ -0,0 +1,25 @@ +From 1921eecacab1bada0c3fe0bf35c36f40bb8d6185 Mon Sep 17 00:00:00 2001 +From: Dominique Hazael-Massieux +Date: Fri, 22 Oct 2021 09:41:45 +0200 +Subject: [PATCH] Reinstate DOMTimeStamp + +Still needed in cookiestore and webrtc +https://github.com/WICG/cookie-store/issues/205 +https://github.com/w3c/webrtc-pc/issues/2674 +--- + ed/idl/webidl.idl | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/ed/idl/webidl.idl b/ed/idl/webidl.idl +index 2fb5af470..43748c5ac 100644 +--- a/ed/idl/webidl.idl ++++ b/ed/idl/webidl.idl +@@ -46,3 +46,5 @@ interface DOMException { // but see below note about ECMAScript binding + + callback Function = any (any... arguments); + callback VoidFunction = undefined (); ++ ++typedef unsigned long long DOMTimeStamp; +-- +2.33.1 +