Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceObserverInit.idl

Issue 2390483002: Drop [RuntimeEnabled] for all IDL dictionaries (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/timing/PerformanceObserverInit.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserverInit.idl b/third_party/WebKit/Source/core/timing/PerformanceObserverInit.idl
index 635a31c79ef39b5ff1272408ec6bc19235db8bc4..29e25edae56eb7b7172becbab5569ddb283f293f 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceObserverInit.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceObserverInit.idl
@@ -3,8 +3,7 @@
// found in the LICENSE file.
// http://w3c.github.io/performance-timeline/#the-performance-observer-interface
-[
- RuntimeEnabled=PerformanceObserver,
-] dictionary PerformanceObserverInit {
+
+dictionary PerformanceObserverInit {
required sequence<DOMString> entryTypes;
};

Powered by Google App Engine
This is Rietveld 408576698