Title: [195386] trunk/Source/WebCore
- Revision
- 195386
- Author
- [email protected]
- Date
- 2016-01-20 15:00:19 -0800 (Wed, 20 Jan 2016)
Log Message
Web Inspector: InspectorCSSAgent does not call disable in willDestroyFrontendAndBackend
https://bugs.webkit.org/show_bug.cgi?id=153289
<rdar://problem/24242600>
Reviewed by Joseph Pecoraro.
* inspector/InspectorCSSAgent.cpp:
(WebCore::InspectorCSSAgent::willDestroyFrontendAndBackend): Call disable().
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (195385 => 195386)
--- trunk/Source/WebCore/ChangeLog 2016-01-20 22:57:16 UTC (rev 195385)
+++ trunk/Source/WebCore/ChangeLog 2016-01-20 23:00:19 UTC (rev 195386)
@@ -1,3 +1,14 @@
+2016-01-20 Timothy Hatcher <[email protected]>
+
+ Web Inspector: InspectorCSSAgent does not call disable in willDestroyFrontendAndBackend
+ https://bugs.webkit.org/show_bug.cgi?id=153289
+ <rdar://problem/24242600>
+
+ Reviewed by Joseph Pecoraro.
+
+ * inspector/InspectorCSSAgent.cpp:
+ (WebCore::InspectorCSSAgent::willDestroyFrontendAndBackend): Call disable().
+
2016-01-20 Said Abou-Hallawa <[email protected]>
Refactor AtomicStringKeyedMRUCache to be a generic LRU cache
Modified: trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp (195385 => 195386)
--- trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp 2016-01-20 22:57:16 UTC (rev 195385)
+++ trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp 2016-01-20 23:00:19 UTC (rev 195386)
@@ -363,6 +363,9 @@
void InspectorCSSAgent::willDestroyFrontendAndBackend(Inspector::DisconnectReason)
{
resetNonPersistentData();
+
+ String unused;
+ disable(unused);
}
void InspectorCSSAgent::discardAgent()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes