⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 195386 in webkit


Ignore:
Timestamp:
Jan 20, 2016, 3:00:19 PM (11 years ago)
Author:
timothy@apple.com
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().

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r195356 r195386  
     12016-01-20  Timothy Hatcher  <timothy@apple.com>
     2
     3        Web Inspector: InspectorCSSAgent does not call disable in willDestroyFrontendAndBackend
     4        https://bugs.webkit.org/show_bug.cgi?id=153289
     5        <rdar://problem/24242600>
     6
     7        Reviewed by Joseph Pecoraro.
     8
     9        * inspector/InspectorCSSAgent.cpp:
     10        (WebCore::InspectorCSSAgent::willDestroyFrontendAndBackend): Call disable().
     11
    1122016-01-20  Said Abou-Hallawa  <sabouhallawa@apple.com>
    213
  • trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp

    r195293 r195386  
    364364{
    365365    resetNonPersistentData();
     366
     367    String unused;
     368    disable(unused);
    366369}
    367370
Note: See TracChangeset for help on using the changeset viewer.