| Index: third_party/WebKit/Source/core/timing/WindowPerformance.idl
|
| diff --git a/third_party/WebKit/Source/core/timing/WindowPerformance.idl b/third_party/WebKit/Source/core/timing/WindowPerformance.idl
|
| index 0cdd4a44b3a9cba6a69b83fc1b4ebdd10c58531e..b1646aa643f84aa97d5b35048d051ddc0ff843ac 100644
|
| --- a/third_party/WebKit/Source/core/timing/WindowPerformance.idl
|
| +++ b/third_party/WebKit/Source/core/timing/WindowPerformance.idl
|
| @@ -9,5 +9,5 @@
|
| [
|
| ImplementedAs=DOMWindowPerformance,
|
| ] partial interface Window {
|
| - [Replaceable] readonly attribute Performance performance;
|
| + [Measure, Replaceable] readonly attribute Performance performance;
|
| };
|
|
|