| Index: third_party/WebKit/Source/core/timing/MemoryInfo.idl
|
| diff --git a/third_party/WebKit/Source/core/timing/MemoryInfo.idl b/third_party/WebKit/Source/core/timing/MemoryInfo.idl
|
| index 2af4ab2d92c3544c6e1e040ea46df9c80da8de97..b2311116c811c789507284f43f10a578b0e1f285 100644
|
| --- a/third_party/WebKit/Source/core/timing/MemoryInfo.idl
|
| +++ b/third_party/WebKit/Source/core/timing/MemoryInfo.idl
|
| @@ -37,4 +37,5 @@
|
| [Measure] readonly attribute unsigned long totalJSHeapSize;
|
| [Measure] readonly attribute unsigned long usedJSHeapSize;
|
| [Measure] readonly attribute unsigned long jsHeapSizeLimit;
|
| + serializer = {attribute};
|
| };
|
|
|