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

Changeset 86118 in webkit


Ignore:
Timestamp:
May 9, 2011, 6:38:56 PM (15 years ago)
Author:
xan@webkit.org
Message:

2011-05-09 Xan Lopez <xlopez@igalia.com>

Unreviewed build fix.

Fix build, for real.

  • webkit/webkitwebview.cpp: (getHorizontalAdjustment):
Location:
trunk/Source/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/gtk/ChangeLog

    r86116 r86118  
     12011-05-09  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-05-09  Xan Lopez  <xlopez@igalia.com>
    211
  • trunk/Source/WebKit/gtk/webkit/webkitwebview.cpp

    r86116 r86118  
    442442    Page* page = core(webView);
    443443    if (page)
    444         return static_cast<WebKit::ChromeClientGtk*>(page->chrome()->client())->adjustmentWatcher()->horizontalAdjustment();
     444        return static_cast<WebKit::ChromeClient*>(page->chrome()->client())->adjustmentWatcher()->horizontalAdjustment();
    445445    return 0;
    446446}
Note: See TracChangeset for help on using the changeset viewer.