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

Changeset 102073 in webkit


Ignore:
Timestamp:
Dec 5, 2011, 5:10:13 PM (15 years ago)
Author:
benjamin@webkit.org
Message:

Remove methods declared but never implemented with GOOGLEURL
https://bugs.webkit.org/show_bug.cgi?id=73795

Reviewed by Adam Barth.

  • platform/KURL.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102071 r102073  
     12011-12-05  Benjamin Poulain  <benjamin@webkit.org>
     2
     3        Remove methods declared but never implemented with GOOGLEURL
     4        https://bugs.webkit.org/show_bug.cgi?id=73795
     5
     6        Reviewed by Adam Barth.
     7
     8        * platform/KURL.h:
     9
    1102011-12-05  Darin Adler  <darin@apple.com>
    211
  • trunk/Source/WebCore/platform/KURL.h

    r101713 r102073  
    237237#if USE(GOOGLEURL)
    238238    friend class KURLGooglePrivate;
    239     void parse(const char* url, const String& originalString = String()) { parse(url, &originalString); };
    240     void parse(const char* url, const String* originalString);  // KURLMac calls this.
    241     void copyToBuffer(Vector<char, 512>& buffer) const;  // KURLCFNet uses this.
    242239    KURLGooglePrivate m_url;
    243240#else  // !USE(GOOGLEURL)
Note: See TracChangeset for help on using the changeset viewer.