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

Unified Diff: Source/core/page/Console.idl

Issue 15816002: Remove console.profiles from window.console API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 7 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
« no previous file with comments | « Source/core/page/Console.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/core/page/Console.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698