Changeset 75399 in webkit


Ignore:
Timestamp:
Jan 10, 2011 11:31:58 AM (13 years ago)
Author:
weinig@apple.com
Message:

Fix the build.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::WebPage):

Location:
trunk/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r75395 r75399  
     12011-01-10  Sam Weinig  <sam@webkit.org>
     2
     3        Fix the build.
     4
     5        * WebProcess/WebPage/WebPage.cpp:
     6        (WebKit::WebPage::WebPage):
     7
    182011-01-10  Sam Weinig  <sam@webkit.org>
    29
  • trunk/WebKit2/WebProcess/WebPage/WebPage.cpp

    r75395 r75399  
    152152    pageClients.backForwardClient = WebBackForwardListProxy::create(this);
    153153#if ENABLE(CLIENT_BASED_GEOLOCATION)
    154     pageClients.geolocationClient = \new WebGeolocationClient(this);
     154    pageClients.geolocationClient = new WebGeolocationClient(this);
    155155#endif
    156156#if ENABLE(INSPECTOR)
Note: See TracChangeset for help on using the changeset viewer.