Changeset 40714 in webkit


Ignore:
Timestamp:
Feb 6, 2009 12:56:55 AM (15 years ago)
Author:
zecke@webkit.org
Message:

2009-02-06 Aaron Boodman <aa@chromium.org>

Reviewed by Holger Freyther.

  • WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::documentElementAvailable):) Fix compile error in Qt build introduced by the below change (r40694).
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r40694 r40714  
     12009-02-06  Aaron Boodman  <aa@chromium.org>
     2
     3        Reviewed by Holger Freyther.
     4
     5        * WebCoreSupport/FrameLoaderClientQt.cpp:
     6        (WebCore::FrameLoaderClientQt::documentElementAvailable):)
     7        Fix compile error in Qt build introduced by the below change (r40694).
     8
    192009-02-05  Aaron Boodman  <aa@chromium.org>
    210
  • trunk/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp

    r40694 r40714  
    610610}
    611611
    612 void FrameLoaderClient::documentElementAvailable()
     612void FrameLoaderClientQt::documentElementAvailable()
    613613{
    614614    return;
Note: See TracChangeset for help on using the changeset viewer.