summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Performance.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Performance.idl')
-rw-r--r--WebCore/page/Performance.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/page/Performance.idl b/WebCore/page/Performance.idl
index ffe8b6f..c72f4bc 100644
--- a/WebCore/page/Performance.idl
+++ b/WebCore/page/Performance.idl
@@ -32,8 +32,8 @@ module window {
// See: http://dev.w3.org/2006/webapi/WebTiming/
interface [Conditional=WEB_TIMING, OmitConstructor] Performance {
- readonly attribute Navigation navigation;
- readonly attribute Timing timing;
+ readonly attribute PerformanceNavigation navigation;
+ readonly attribute PerformanceTiming timing;
readonly attribute MemoryInfo memory;
};