| Index: Source/core/frame/ConsoleBase.idl
|
| diff --git a/Source/core/frame/ConsoleBase.idl b/Source/core/frame/ConsoleBase.idl
|
| index be77f56bd9a8a8911f970fb718979311f4e076f6..96441fa7aed1a7d7f9a5623ed08e091ba3aedf44 100644
|
| --- a/Source/core/frame/ConsoleBase.idl
|
| +++ b/Source/core/frame/ConsoleBase.idl
|
| @@ -44,8 +44,8 @@
|
| [CallWith=(ScriptArguments,ScriptState)] void count();
|
| [DeprecateAs=ConsoleMarkTimeline] void markTimeline(optional DOMString title = null);
|
|
|
| - [CallWith=ScriptState] void profile(optional DOMString title = null);
|
| - [CallWith=ScriptState] void profileEnd(optional DOMString title = null);
|
| + void profile(optional DOMString title = null);
|
| + void profileEnd(optional DOMString title = null);
|
|
|
| void time(optional DOMString title = null);
|
| [CallWith=ScriptState] void timeEnd(optional DOMString title = null);
|
|
|