| Index: third_party/WebKit/Source/core/dom/DOMException.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMException.idl b/third_party/WebKit/Source/core/dom/DOMException.idl
|
| index 3c3378164f6dea41e9e0c5ce9f0e4f312927793b..5547e2503d6127ce316ef9428a7203ad05908cc6 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMException.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMException.idl
|
| @@ -36,12 +36,12 @@
|
| DoNotCheckConstants,
|
| ] exception DOMException {
|
|
|
| - readonly attribute unsigned short code;
|
| - readonly attribute DOMString name;
|
| - readonly attribute DOMString message;
|
| + [Measure] readonly attribute unsigned short code;
|
| + [Measure] readonly attribute DOMString name;
|
| + [Measure] readonly attribute DOMString message;
|
|
|
| // Override in a Mozilla compatible format
|
| - [NotEnumerable] DOMString toString();
|
| + [Measure, NotEnumerable] DOMString toString();
|
|
|
| // ExceptionCode
|
| const unsigned short INDEX_SIZE_ERR = 1;
|
|
|