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

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

Issue 9808037: Proper support for sequence<T> in IDLs. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 9 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/WebCore/page/Console.idl
diff --git a/Source/WebCore/page/Console.idl b/Source/WebCore/page/Console.idl
index 97cc84fcdb96e291931074bc55ec45469c66701e..5f215e89b8e5116b81d894982838a5ef88308d5e 100644
--- a/Source/WebCore/page/Console.idl
+++ b/Source/WebCore/page/Console.idl
@@ -46,7 +46,7 @@ module window {
[CallWith=ScriptArguments|CallStack] void markTimeline();
#if defined(ENABLE_JAVASCRIPT_DEBUGGER) && ENABLE_JAVASCRIPT_DEBUGGER
- // readonly attribute sequence<ScriptProfile> profiles;
Anton Muhin 2012/03/22 22:12:30 I remember you asked me not to comment out parts o
podivilov 2012/03/23 15:44:12 The idea is to revert this change right after comm
+ readonly attribute sequence<ScriptProfile> profiles;
[Custom] void profile(in DOMString title);
[Custom] void profileEnd(in DOMString title);
#endif

Powered by Google App Engine
This is Rietveld 408576698