Changeset 167647 in webkit


Ignore:
Timestamp:
Apr 21, 2014 8:26:22 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

WebProfilerAgent::disable is calling the wrong superclass method
https://bugs.webkit.org/show_bug.cgi?id=131968

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2014-04-21
Reviewed by Simon Fraser.

  • inspector/WebProfilerAgent.cpp:

(WebCore::WebProfilerAgent::disable):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r167642 r167647  
     12014-04-21  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        WebProfilerAgent::disable is calling the wrong superclass method
     4        https://bugs.webkit.org/show_bug.cgi?id=131968
     5
     6        Reviewed by Simon Fraser.
     7
     8        * inspector/WebProfilerAgent.cpp:
     9        (WebCore::WebProfilerAgent::disable):
     10
    1112014-04-21  Enrica Casucci  <enrica@apple.com>
    212
  • trunk/Source/WebCore/inspector/WebProfilerAgent.cpp

    r167530 r167647  
    4949void WebProfilerAgent::disable(ShouldRecompile shouldRecompile)
    5050{
    51     InspectorProfilerAgent::enable(shouldRecompile);
     51    InspectorProfilerAgent::disable(shouldRecompile);
    5252    m_instrumentingAgents->setInspectorProfilerAgent(nullptr);
    5353}
Note: See TracChangeset for help on using the changeset viewer.