File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 },
4040 {
4141 "name" : " webkit" ,
42- "revision" : " 2226 " ,
42+ "revision" : " 2227 " ,
4343 "installByDefault" : true ,
4444 "revisionOverrides" : {
4545 "debian11-x64" : " 2105" ,
Original file line number Diff line number Diff line change @@ -8901,7 +8901,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
89018901 /**
89028902 * Timeline record type.
89038903 */
8904- export type EventType = "EventDispatch" | "ScheduleStyleRecalculation" | "RecalculateStyles" | "InvalidateLayout" | "Layout" | "Paint" | "Composite" | "RenderingFrame" | "TimerInstall" | "TimerRemove" | "TimerFire" | "EvaluateScript" | "TimeStamp" | "Time" | "TimeEnd" | "FunctionCall" | "ProbeSample" | "ConsoleProfile" | "RequestAnimationFrame" | "CancelAnimationFrame" | "FireAnimationFrame" | "ObserverCallback" | "Screenshot" ;
8904+ export type EventType = "EventDispatch" | "ScheduleStyleRecalculation" | "RecalculateStyles" | "InvalidateLayout" | "Layout" | "Paint" | "Composite" | "RenderingFrame" | "TimerInstall" | "TimerRemove" | "TimerFire" | "EvaluateScript" | "TimeStamp" | "Time" | "TimeEnd" | "FunctionCall" | "ProbeSample" | "ConsoleProfile" | "RequestAnimationFrame" | "CancelAnimationFrame" | "FireAnimationFrame" | "ObserverCallback" | "FirstContentfulPaint" | "LargestContentfulPaint" | " Screenshot";
89058905 /**
89068906 * Instrument types.
89078907 */
You can’t perform that action at this time.
0 commit comments