Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 97a67e3182da401d63fcab186e3a37a32e22316f
https://github.com/WebKit/WebKit/commit/97a67e3182da401d63fcab186e3a37a32e22316f
Author: Devin Rousso <[email protected]>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WebCore/inspector/agents/InspectorTimelineAgent.cpp
Log Message:
-----------
REGRESSION (290430@main): [ MacOS Debug ] ASSERTION FAILED: 10x
inspector/timeline/timeline tests are consistent crashes
https://bugs.webkit.org/show_bug.cgi?id=287779
rdar://145005057
Unreviewed, just removing an invalid `ASSERT`.
* Source/WebCore/inspector/agents/InspectorTimelineAgent.cpp:
(WebCore::InspectorTimelineAgent::internalStop):
This is also called when the `InspectorTimelineAgent` is destroyed, regardless
of whether there's an active timeline recording.
Generally speaking it's also usually less problematic to call
`disable`/`stop`/etc. multiple times than it would be to call
`enable`/`start`/etc..
* LayoutTests/platform/mac-wk2/TestExpectations:
Canonical link: https://commits.webkit.org/290499@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes