Index: Source/core/frame/ConsoleBase.idl |
diff --git a/Source/core/frame/ConsoleBase.idl b/Source/core/frame/ConsoleBase.idl |
index 96441fa7aed1a7d7f9a5623ed08e091ba3aedf44..600493aa5a6da44e6eab4269681cbffcc29523b6 100644 |
--- a/Source/core/frame/ConsoleBase.idl |
+++ b/Source/core/frame/ConsoleBase.idl |
@@ -56,6 +56,6 @@ |
[CallWith=(ScriptArguments,ScriptState)] void group(); |
[CallWith=(ScriptArguments,ScriptState)] void groupCollapsed(); |
- void groupEnd(); |
+ [CallWith=(ScriptArguments,ScriptState)] void groupEnd(); |
vsevik
2014/08/18 18:41:06
Why did this change?
I think this is wrong. You do
kozyatinskiy1
2014/08/19 07:31:06
Done.
|
[CallWith=(ScriptArguments,ScriptState)] void clear(); |
}; |