| Index: third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestObj.idl b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| index 83fe86fc4f3b2b5587601dcfb963a6f757fb66a7..f9d065fa186ee185bf469e96028fee651f4b16c6 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| @@ -261,7 +261,7 @@
|
| const unsigned short CONST_VALUE_14 = 0x1abc;
|
| [Reflect=CONST_IMPL] const unsigned short CONST_JAVASCRIPT = 15;
|
|
|
| - [Replaceable] attribute long replaceableAttribute;
|
| + [Replaceable] readonly attribute long replaceableAttribute;
|
|
|
| void variadicStringMethod(in DOMString head, in DOMString... tail);
|
| void variadicDoubleMethod(in double head, in double... tail);
|
|
|