Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: Source/core/frame/ConsoleBase.idl

Issue 472023002: [DevTools] ConsoleAPI messages pass through frame console (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed worker console test Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};

Powered by Google App Engine
This is Rietveld 408576698