Changeset 66835 in webkit


Ignore:
Timestamp:
Sep 6, 2010 9:42:28 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

2010-09-06 Csaba Osztrogonác <Csaba Osztrogonác>

Reviewed by Antonio Gomes.

Web Inspector: Tests crash on Qt bots revealed by r66720
https://bugs.webkit.org/show_bug.cgi?id=45256

  • WebCoreSupport/InspectorClientQt.cpp: (WebCore::InspectorClientQt::InspectorClientQt): m_frontendClient must be initialized by constructor
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r66824 r66835  
     12010-09-06  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        Web Inspector: Tests crash on Qt bots revealed by r66720
     6        https://bugs.webkit.org/show_bug.cgi?id=45256
     7
     8        * WebCoreSupport/InspectorClientQt.cpp:
     9        (WebCore::InspectorClientQt::InspectorClientQt): m_frontendClient must be initialized by constructor
     10
    1112010-09-06  Yury Semikhatsky  <yurys@chromium.org>
    212
  • trunk/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp

    r66824 r66835  
    9797    : m_inspectedWebPage(page)
    9898    , m_frontendWebPage(0)
     99    , m_frontendClient(0)
    99100{}
    100101
Note: See TracChangeset for help on using the changeset viewer.