| Index: third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| index 045afd3ad9ecb920961828e99bdfcef9232c6956..f1cecfda45209e12609e13400fd24a81890202e0 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| @@ -18,4 +18,6 @@
|
| readonly attribute unrestricted double right;
|
| readonly attribute unrestricted double bottom;
|
| readonly attribute unrestricted double left;
|
| +
|
| + serializer = { attribute };
|
| };
|
|
|