Skip to content

Add patch for ed/idl/webidl.idl #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions ed/idlpatches/webidl.idl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 1921eecacab1bada0c3fe0bf35c36f40bb8d6185 Mon Sep 17 00:00:00 2001
From: Dominique Hazael-Massieux <[email protected]>
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