summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/workers/worker_global_scope.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/workers/worker_global_scope.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/workers/worker_global_scope.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/workers/worker_global_scope.idl b/chromium/third_party/blink/renderer/core/workers/worker_global_scope.idl
index a6d5607ff13..616a02c4ac2 100644
--- a/chromium/third_party/blink/renderer/core/workers/worker_global_scope.idl
+++ b/chromium/third_party/blink/renderer/core/workers/worker_global_scope.idl
@@ -37,6 +37,7 @@
// TODO(foolip): onerror should be an OnErrorEventHandler.
attribute EventHandler onerror;
attribute EventHandler onlanguagechange;
+ [RuntimeEnabled=TimeZoneChangeEvent] attribute EventHandler ontimezonechange;
// attribute EventHandler onoffline;
// attribute EventHandler ononline;
@@ -74,7 +75,7 @@
readonly attribute FontFaceSet fonts;
// TrustedTypes API: http://github.com/wicg/trusted-types
- [RuntimeEnabled=TrustedDOMTypes, Unforgeable] readonly attribute TrustedTypePolicyFactory trustedTypes;
+ [RuntimeEnabled=TrustedDOMTypes] readonly attribute TrustedTypePolicyFactory trustedTypes;
};
WorkerGlobalScope includes WindowOrWorkerGlobalScope;