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

Unified Diff: third_party/WebCore/inspector/ScriptProfileNode.idl

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « third_party/WebCore/html/canvas/WebGLDepthTexture.idl ('k') | third_party/WebCore/page/Console.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/inspector/ScriptProfileNode.idl
diff --git a/third_party/WebCore/inspector/ScriptProfileNode.idl b/third_party/WebCore/inspector/ScriptProfileNode.idl
index 43f795fe3681fa477b56dc6b08f2d4e9ee6f5b43..a14798c0551d349e6cf9973759ba86d3a8e76e00 100644
--- a/third_party/WebCore/inspector/ScriptProfileNode.idl
+++ b/third_party/WebCore/inspector/ScriptProfileNode.idl
@@ -37,7 +37,7 @@ module core {
readonly attribute double totalTime;
readonly attribute double selfTime;
readonly attribute unsigned long numberOfCalls;
- readonly attribute sequence<ScriptProfileNode> children;
+ sequence<ScriptProfileNode> children();
readonly attribute boolean visible;
readonly attribute [CustomGetter] unsigned long callUID;
};
« no previous file with comments | « third_party/WebCore/html/canvas/WebGLDepthTexture.idl ('k') | third_party/WebCore/page/Console.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698