summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/invisible_dom/activate_invisible_event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/invisible_dom/activate_invisible_event.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/invisible_dom/activate_invisible_event.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/third_party/blink/renderer/core/invisible_dom/activate_invisible_event.idl b/chromium/third_party/blink/renderer/core/invisible_dom/activate_invisible_event.idl
deleted file mode 100644
index 4ee6aaba60e..00000000000
--- a/chromium/third_party/blink/renderer/core/invisible_dom/activate_invisible_event.idl
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2018 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Explainer at https://goo.gl/mJUNB5
-
-[
- RuntimeEnabled=InvisibleDOM
-] interface ActivateInvisibleEvent : Event {
- readonly attribute Element? activatedElement;
-};