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

Unified Diff: core/frame/ConsoleBase.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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/fileapi/FileReader.idl ('k') | core/frame/ScrollOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/frame/ConsoleBase.idl
diff --git a/core/frame/ConsoleBase.idl b/core/frame/ConsoleBase.idl
index 508c5b940fcb6968aec5b5b36bb30da3a3148fb5..533d29357e05b44124e9c45ed0e706d39d64becc 100644
--- a/core/frame/ConsoleBase.idl
+++ b/core/frame/ConsoleBase.idl
@@ -51,8 +51,8 @@
[CallWith=ScriptState] void timeEnd(optional DOMString title = null);
void timeStamp(optional DOMString title = null);
- [CallWith=ScriptState] void timeline(optional DOMString title = null);
- [CallWith=ScriptState] void timelineEnd(optional DOMString title = null);
+ [DeprecateAs=ConsoleTimeline,CallWith=ScriptState] void timeline(optional DOMString title = null);
+ [DeprecateAs=ConsoleTimelineEnd,CallWith=ScriptState] void timelineEnd(optional DOMString title = null);
[CallWith=(ScriptArguments,ScriptState)] void group();
[CallWith=(ScriptArguments,ScriptState)] void groupCollapsed();
« no previous file with comments | « core/fileapi/FileReader.idl ('k') | core/frame/ScrollOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698