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

Unified Diff: core/page/Console.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/loader/appcache/DOMApplicationCache.idl ('k') | core/page/EventSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/Console.idl
diff --git a/core/page/Console.idl b/core/page/Console.idl
index f675e8e79ef6e8b2f2a477a216d841a33b440383..d5373cacad3fc615ab64983f18c77620f5e8cbd8 100644
--- a/core/page/Console.idl
+++ b/core/page/Console.idl
@@ -41,7 +41,7 @@
[CallWith=ScriptArguments&ScriptState] void trace();
[CallWith=ScriptArguments&ScriptState, ImplementedAs=assertCondition] void assert([Default=Undefined] optional boolean condition);
[CallWith=ScriptArguments&ScriptState] void count();
- [CallWith=ScriptArguments] void markTimeline();
+ [DeprecateAs=ConsoleMarkTimeline, CallWith=ScriptArguments] void markTimeline();
[CallWith=ScriptState] void profile([Default=NullString] optional DOMString title);
[CallWith=ScriptState] void profileEnd([Default=NullString] optional DOMString title);
« no previous file with comments | « core/loader/appcache/DOMApplicationCache.idl ('k') | core/page/EventSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698