summaryrefslogtreecommitdiff
path: root/Source/WebCore/page/PerformanceEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/PerformanceEntry.idl')
-rw-r--r--Source/WebCore/page/PerformanceEntry.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/page/PerformanceEntry.idl b/Source/WebCore/page/PerformanceEntry.idl
index 9bcaf4c34..23f79479b 100644
--- a/Source/WebCore/page/PerformanceEntry.idl
+++ b/Source/WebCore/page/PerformanceEntry.idl
@@ -36,6 +36,6 @@
] interface PerformanceEntry {
readonly attribute DOMString name;
readonly attribute DOMString entryType;
- readonly attribute unrestricted double startTime;
- readonly attribute unrestricted double duration;
+ readonly attribute double startTime;
+ readonly attribute double duration;
};