| Index: WebCore/fileapi/BlobURL.h
|
| ===================================================================
|
| --- WebCore/fileapi/BlobURL.h (revision 132804)
|
| +++ WebCore/fileapi/BlobURL.h (working copy)
|
| @@ -49,10 +49,10 @@
|
| class BlobURL {
|
| public:
|
| static KURL createPublicURL(SecurityOrigin*);
|
| - static KURL createInternalURL();
|
| + //static KURL createInternalURL();
|
| static String getOrigin(const KURL&);
|
| - static String getIdentifier(const KURL&);
|
| - static const char* blobProtocol() { return kBlobProtocol; }
|
| + //static String getIdentifier(const KURL&);
|
| + //static const char* blobProtocol() { return kBlobProtocol; }
|
|
|
| private:
|
| static KURL createBlobURL(const String& originString);
|
|
|