summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/KURL.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/KURL.h')
-rw-r--r--Source/WebCore/platform/KURL.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/platform/KURL.h b/Source/WebCore/platform/KURL.h
index db2dd42..192c10b 100644
--- a/Source/WebCore/platform/KURL.h
+++ b/Source/WebCore/platform/KURL.h
@@ -152,7 +152,9 @@ public:
String baseAsString() const;
- String prettyURL() const;
+ // This function is only used by location.href. It's likely we shouldn't
+ // use it for that purpose, but more study is necessary before we remove it.
+ String deprecatedString() const;
String fileSystemPath() const;
// Returns true if the current URL's protocol is the same as the null-