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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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: third_party/WebCore/page/Console.idl
diff --git a/third_party/WebCore/page/Console.idl b/third_party/WebCore/page/Console.idl
index a268fe379d111cd2c244245e2dd56101750f9c78..56221d64c8bd2d0d6fc6ef4c7fb4b7a57f1c9c1b 100644
--- a/third_party/WebCore/page/Console.idl
+++ b/third_party/WebCore/page/Console.idl
@@ -49,8 +49,7 @@ module window {
// 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.
- // FIXME: implement in the generator
- // readonly attribute ScriptProfile[] profiles;
+ readonly attribute ScriptProfile[] profiles;
[Custom] void profile(in DOMString title);
[Custom] void profileEnd(in DOMString title);
#endif
« no previous file with comments | « third_party/WebCore/notifications/WorkerContextNotifications.idl ('k') | third_party/WebCore/page/Performance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698