Skip to content

Commit 3022afb

Browse files
Unreviewed fix for inspector tests in debug.
m_frontend should be initialized in constructor. * inspector/InspectorMemoryAgent.cpp: (WebCore::InspectorMemoryAgent::InspectorMemoryAgent): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@142086 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent d77425c commit 3022afb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Source/WebCore/ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2013-02-07 Ilya Tikhonovsky <[email protected]>
2+
3+
Unreviewed fix for inspector tests in debug.
4+
m_frontend should be initialized in constructor.
5+
6+
* inspector/InspectorMemoryAgent.cpp:
7+
(WebCore::InspectorMemoryAgent::InspectorMemoryAgent):
8+
19
2013-02-07 Yury Semikhatsky <[email protected]>
210

311
Web Inspector: reduce number of native memory instrumentation categories

Source/WebCore/inspector/InspectorMemoryAgent.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAge
600600
: InspectorBaseAgent<InspectorMemoryAgent>("Memory", instrumentingAgents, state)
601601
, m_inspectorClient(client)
602602
, m_page(page)
603+
, m_frontend(0)
603604
{
604605
}
605606

0 commit comments

Comments
 (0)