Title: [102073] trunk/Source/WebCore
Revision
102073
Author
[email protected]
Date
2011-12-05 17:10:13 -0800 (Mon, 05 Dec 2011)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102072 => 102073)


--- trunk/Source/WebCore/ChangeLog	2011-12-06 01:08:04 UTC (rev 102072)
+++ trunk/Source/WebCore/ChangeLog	2011-12-06 01:10:13 UTC (rev 102073)
@@ -1,3 +1,12 @@
+2011-12-05  Benjamin Poulain  <[email protected]>
+
+        Remove methods declared but never implemented with GOOGLEURL
+        https://bugs.webkit.org/show_bug.cgi?id=73795
+
+        Reviewed by Adam Barth.
+
+        * platform/KURL.h:
+
 2011-12-05  Darin Adler  <[email protected]>
 
         Change CSSFontSelector to use HashMap<OwnPtr>

Modified: trunk/Source/WebCore/platform/KURL.h (102072 => 102073)


--- trunk/Source/WebCore/platform/KURL.h	2011-12-06 01:08:04 UTC (rev 102072)
+++ trunk/Source/WebCore/platform/KURL.h	2011-12-06 01:10:13 UTC (rev 102073)
@@ -236,9 +236,6 @@
     static bool protocolIs(const String&, const char*);
 #if USE(GOOGLEURL)
     friend class KURLGooglePrivate;
-    void parse(const char* url, const String& originalString = String()) { parse(url, &originalString); };
-    void parse(const char* url, const String* originalString);  // KURLMac calls this.
-    void copyToBuffer(Vector<char, 512>& buffer) const;  // KURLCFNet uses this.
     KURLGooglePrivate m_url;
 #else  // !USE(GOOGLEURL)
     void init(const KURL&, const String&, const TextEncoding&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to