| Index: WebCore/fileapi/BlobURL.cpp
|
| ===================================================================
|
| --- WebCore/fileapi/BlobURL.cpp (revision 132804)
|
| +++ WebCore/fileapi/BlobURL.cpp (working copy)
|
| @@ -47,10 +47,12 @@
|
| return createBlobURL(securityOrigin->toString());
|
| }
|
|
|
| +/*
|
| KURL BlobURL::createInternalURL()
|
| {
|
| return createBlobURL("blobinternal://");
|
| }
|
| +*/
|
|
|
| String BlobURL::getOrigin(const KURL& url)
|
| {
|
| @@ -61,6 +63,7 @@
|
| return url.string().substring(startIndex, endIndex - startIndex - 1);
|
| }
|
|
|
| +/*
|
| String BlobURL::getIdentifier(const KURL& url)
|
| {
|
| ASSERT(url.protocolIs(kBlobProtocol));
|
| @@ -68,6 +71,7 @@
|
| unsigned startIndex = url.pathAfterLastSlash();
|
| return url.string().substring(startIndex);
|
| }
|
| +*/
|
|
|
| KURL BlobURL::createBlobURL(const String& originString)
|
| {
|
|
|