| Index: Source/core/timing/PerformanceEntry.idl
|
| diff --git a/Source/core/timing/PerformanceEntry.idl b/Source/core/timing/PerformanceEntry.idl
|
| index b18ac79c240fdc70ca565380164700d777c25b29..09ab38a4b1b010927e0bb1fea133ec9cc8b4dbba 100644
|
| --- a/Source/core/timing/PerformanceEntry.idl
|
| +++ b/Source/core/timing/PerformanceEntry.idl
|
| @@ -35,7 +35,7 @@
|
| GarbageCollected,
|
| ] interface PerformanceEntry {
|
| readonly attribute DOMString name;
|
| - readonly attribute DOMString entryType;
|
| + readonly attribute PerformanceEntryType entryType;
|
| readonly attribute DOMHighResTimeStamp startTime;
|
| readonly attribute DOMHighResTimeStamp duration;
|
| serializer = {attribute};
|
|
|