| Index: core/timing/PerformanceEntry.idl
|
| diff --git a/core/timing/PerformanceEntry.idl b/core/timing/PerformanceEntry.idl
|
| index 6199ccecdbc5b1ce118bc41c37b94c930c191b66..2f5771fc2c184c1a67da67e2743cf5ccdacd07e4 100644
|
| --- a/core/timing/PerformanceEntry.idl
|
| +++ b/core/timing/PerformanceEntry.idl
|
| @@ -30,7 +30,7 @@
|
|
|
| // See: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PerformanceTimeline/Overview.html
|
| [
|
| - CustomToV8
|
| + Custom=Wrap,
|
| ] interface PerformanceEntry {
|
| readonly attribute DOMString name;
|
| readonly attribute DOMString entryType;
|
|
|