Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.idl |
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl |
index 5e518d95448c29db5137126266896c7049683000..6fc27546d300cf4f35377148c0568f383590ddeb 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl |
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.idl |
@@ -39,7 +39,7 @@ |
const unsigned short TYPE_RELOAD = 1; |
const unsigned short TYPE_BACK_FORWARD = 2; |
const unsigned short TYPE_RESERVED = 255; |
- readonly attribute unsigned short type; |
- readonly attribute unsigned short redirectCount; |
+ [Measure] readonly attribute unsigned short type; |
+ [Measure] readonly attribute unsigned short redirectCount; |
serializer = {attribute}; |
}; |