⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 94014 in webkit


Ignore:
Timestamp:
Aug 29, 2011, 1:59:23 PM (15 years ago)
Author:
Martin Robinson
Message:

Merging r86118

Location:
releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/ChangeLog

    r94013 r94014  
     12011-08-29  Xan Lopez  <xlopez@igalia.com>
     2
     3        Unreviewed build fix.
     4
     5        Fix build, for real.
     6
     7        * webkit/webkitwebview.cpp:
     8        (getHorizontalAdjustment):
     9
    1102011-08-29  Xan Lopez  <xlopez@igalia.com>
    211
  • releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk/webkit/webkitwebview.cpp

    r94013 r94014  
    483483    Page* page = core(webView);
    484484    if (page)
    485         return static_cast<WebKit::ChromeClientGtk*>(page->chrome()->client())->adjustmentWatcher()->horizontalAdjustment();
     485        return static_cast<WebKit::ChromeClient*>(page->chrome()->client())->adjustmentWatcher()->horizontalAdjustment();
    486486    return 0;
    487487}
Note: See TracChangeset for help on using the changeset viewer.