Title: [244626] branches/safari-607.2.6.0-branch/Source/WebCore
Revision
244626
Author
[email protected]
Date
2019-04-24 16:23:03 -0700 (Wed, 24 Apr 2019)

Log Message

Revert r244120. rdar://problem/50132675

Modified Paths

Diff

Modified: branches/safari-607.2.6.0-branch/Source/WebCore/ChangeLog (244625 => 244626)


--- branches/safari-607.2.6.0-branch/Source/WebCore/ChangeLog	2019-04-24 23:23:00 UTC (rev 244625)
+++ branches/safari-607.2.6.0-branch/Source/WebCore/ChangeLog	2019-04-24 23:23:03 UTC (rev 244626)
@@ -1,5 +1,9 @@
 2019-04-24  Alan Coon  <[email protected]>
 
+        Revert r244120. rdar://problem/50132675
+
+2019-04-24  Alan Coon  <[email protected]>
+
         Revert r244173. rdar://problem/28160396
 
 2019-04-24  Alan Coon  <[email protected]>

Modified: branches/safari-607.2.6.0-branch/Source/WebCore/page/DOMWindow.cpp (244625 => 244626)


--- branches/safari-607.2.6.0-branch/Source/WebCore/page/DOMWindow.cpp	2019-04-24 23:23:00 UTC (rev 244625)
+++ branches/safari-607.2.6.0-branch/Source/WebCore/page/DOMWindow.cpp	2019-04-24 23:23:03 UTC (rev 244626)
@@ -488,9 +488,6 @@
 
     if (m_performance)
         m_performance->clearResourceTimings();
-
-    JSDOMWindowBase::fireFrameClearedWatchpointsForWindow(this);
-    InspectorInstrumentation::frameWindowDiscarded(*frame(), this);
 }
 
 #if ENABLE(GAMEPAD)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to