| Index: Source/platform/weborigin/KURL.h
|
| diff --git a/Source/platform/weborigin/KURL.h b/Source/platform/weborigin/KURL.h
|
| index b5f6efa102350bc2acf923469f055e4472f2a6c4..55428ea3e901bbcb4be328431d205183ba1eb652 100644
|
| --- a/Source/platform/weborigin/KURL.h
|
| +++ b/Source/platform/weborigin/KURL.h
|
| @@ -80,6 +80,7 @@ public:
|
| ~KURL();
|
|
|
| String strippedForUseAsReferrer() const;
|
| + String strippedForUseAsHref() const;
|
|
|
| // FIXME: The above functions should be harmonized so that passing a
|
| // base of null or the empty string gives the same result as the
|
|
|