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(); |