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.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/Performance.idl b/WebCore/page/Performance.idl
index 3885e2c..ffe8b6f 100644
--- a/WebCore/page/Performance.idl
+++ b/WebCore/page/Performance.idl
@@ -34,6 +34,7 @@ module window {
interface [Conditional=WEB_TIMING, OmitConstructor] Performance {
readonly attribute Navigation navigation;
readonly attribute Timing timing;
+ readonly attribute MemoryInfo memory;
};
}