| Index: third_party/WebCore/page/PerformanceEntry.idl
|
| diff --git a/third_party/WebCore/page/PerformanceEntry.idl b/third_party/WebCore/page/PerformanceEntry.idl
|
| index a788bd9c6e427bcd06c0ad4562594cec313eeb4d..9e10fe0bf175319f22c37d2603a0e82d98f3832f 100644
|
| --- a/third_party/WebCore/page/PerformanceEntry.idl
|
| +++ b/third_party/WebCore/page/PerformanceEntry.idl
|
| @@ -34,6 +34,7 @@ module window {
|
| interface [
|
| Conditional=WEB_TIMING,
|
| Conditional=PERFORMANCE_TIMELINE,
|
| + CustomToJSObject,
|
| OmitConstructor
|
| ] PerformanceEntry {
|
| readonly attribute DOMString name;
|
|
|