| 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;
|
| };
|
|
|