| Index: third_party/WebCore/page/Console.idl
|
| diff --git a/third_party/WebCore/page/Console.idl b/third_party/WebCore/page/Console.idl
|
| index a268fe379d111cd2c244245e2dd56101750f9c78..56221d64c8bd2d0d6fc6ef4c7fb4b7a57f1c9c1b 100644
|
| --- a/third_party/WebCore/page/Console.idl
|
| +++ b/third_party/WebCore/page/Console.idl
|
| @@ -49,8 +49,7 @@ module window {
|
| // As per spec: http://www.w3.org/TR/WebIDL/#idl-sequence
|
| // "Sequences must not be used as the type of an attribute, constant or exception field."
|
| // FIXME: this will lead to BUG console.profiles !== console.profiles as profile will always returns new array.
|
| - // FIXME: implement in the generator
|
| - // readonly attribute ScriptProfile[] profiles;
|
| + readonly attribute ScriptProfile[] profiles;
|
| [Custom] void profile(in DOMString title);
|
| [Custom] void profileEnd(in DOMString title);
|
| #endif
|
|
|