Title: [167647] trunk/Source/WebCore
- Revision
- 167647
- Author
- [email protected]
- Date
- 2014-04-21 20:26:22 -0700 (Mon, 21 Apr 2014)
Log Message
WebProfilerAgent::disable is calling the wrong superclass method
https://bugs.webkit.org/show_bug.cgi?id=131968
Patch by Joseph Pecoraro <[email protected]> on 2014-04-21
Reviewed by Simon Fraser.
* inspector/WebProfilerAgent.cpp:
(WebCore::WebProfilerAgent::disable):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (167646 => 167647)
--- trunk/Source/WebCore/ChangeLog 2014-04-22 02:58:00 UTC (rev 167646)
+++ trunk/Source/WebCore/ChangeLog 2014-04-22 03:26:22 UTC (rev 167647)
@@ -1,3 +1,13 @@
+2014-04-21 Joseph Pecoraro <[email protected]>
+
+ WebProfilerAgent::disable is calling the wrong superclass method
+ https://bugs.webkit.org/show_bug.cgi?id=131968
+
+ Reviewed by Simon Fraser.
+
+ * inspector/WebProfilerAgent.cpp:
+ (WebCore::WebProfilerAgent::disable):
+
2014-04-21 Enrica Casucci <[email protected]>
Followup from http://trac.webkit.org/changeset/167624
Modified: trunk/Source/WebCore/inspector/WebProfilerAgent.cpp (167646 => 167647)
--- trunk/Source/WebCore/inspector/WebProfilerAgent.cpp 2014-04-22 02:58:00 UTC (rev 167646)
+++ trunk/Source/WebCore/inspector/WebProfilerAgent.cpp 2014-04-22 03:26:22 UTC (rev 167647)
@@ -48,7 +48,7 @@
void WebProfilerAgent::disable(ShouldRecompile shouldRecompile)
{
- InspectorProfilerAgent::enable(shouldRecompile);
+ InspectorProfilerAgent::disable(shouldRecompile);
m_instrumentingAgents->setInspectorProfilerAgent(nullptr);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes