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 |