Changeset 86485 in webkit


Ignore:
Timestamp:
May 14, 2011 7:56:24 AM (13 years ago)
Author:
Patrick Gansterer
Message:

2011-05-14 Patrick Gansterer <Patrick Gansterer>

Reviewed by Andreas Kling.

Buildfix for SharedTimerWx.cpp
https://bugs.webkit.org/show_bug.cgi?id=60829

  • platform/wx/SharedTimerWx.cpp: (WebCore::WebKitTimer::WebKitTimer): We can't call the constructor of a base class in the body of the constructor.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r86484 r86485  
     12011-05-14  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Buildfix for SharedTimerWx.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=60829
     7
     8        * platform/wx/SharedTimerWx.cpp:
     9        (WebCore::WebKitTimer::WebKitTimer):
     10        We can't call the constructor of a base class in the body of the constructor.
     11
    1122011-05-14  Patrick Gansterer  <paroga@webkit.org>
    213
  • trunk/Source/WebCore/platform/wx/SharedTimerWx.cpp

    r45070 r86485  
    5050WebKitTimer::WebKitTimer()
    5151{
    52     wxTimer::wxTimer();
    5352}
    5453
Note: See TracChangeset for help on using the changeset viewer.