Changeset 244626 in webkit
- Timestamp:
- Apr 24, 2019, 4:23:03 PM (7 years ago)
- Location:
- branches/safari-607.2.6.0-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/DOMWindow.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607.2.6.0-branch/Source/WebCore/ChangeLog
r244624 r244626 1 2019-04-24 Alan Coon <alancoon@apple.com> 2 3 Revert r244120. rdar://problem/50132675 4 1 5 2019-04-24 Alan Coon <alancoon@apple.com> 2 6 -
branches/safari-607.2.6.0-branch/Source/WebCore/page/DOMWindow.cpp
r244120 r244626 489 489 if (m_performance) 490 490 m_performance->clearResourceTimings(); 491 492 JSDOMWindowBase::fireFrameClearedWatchpointsForWindow(this);493 InspectorInstrumentation::frameWindowDiscarded(*frame(), this);494 491 } 495 492
Note:
See TracChangeset
for help on using the changeset viewer.