Changeset 102073 in webkit
- Timestamp:
- Dec 5, 2011, 5:10:13 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/KURL.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r102071 r102073 1 2011-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 1 10 2011-12-05 Darin Adler <darin@apple.com> 2 11 -
trunk/Source/WebCore/platform/KURL.h
r101713 r102073 237 237 #if USE(GOOGLEURL) 238 238 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.242 239 KURLGooglePrivate m_url; 243 240 #else // !USE(GOOGLEURL)
Note:
See TracChangeset
for help on using the changeset viewer.