| Index: Source/core/page/Console.idl
 | 
| diff --git a/Source/core/page/Console.idl b/Source/core/page/Console.idl
 | 
| index bffa320569c05dda20ec3e5cdde6796f9d1ef738..e536e49db288141038aa54c946b128b8de481003 100644
 | 
| --- a/Source/core/page/Console.idl
 | 
| +++ b/Source/core/page/Console.idl
 | 
| @@ -43,10 +43,6 @@
 | 
|      [CallWith=ScriptArguments|ScriptState] void count();
 | 
|      [CallWith=ScriptArguments] void markTimeline();
 | 
|  
 | 
| -    // 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.
 | 
| -    readonly attribute ScriptProfile[] profiles;
 | 
|      [CallWith=ScriptState] void profile([Default=NullString] optional DOMString title);
 | 
|      [CallWith=ScriptState] void profileEnd([Default=NullString] optional DOMString title);
 | 
|  
 | 
| 
 |