diff options
Diffstat (limited to 'Source/WebCore/fileapi/ThreadableBlobRegistry.cpp')
-rw-r--r-- | Source/WebCore/fileapi/ThreadableBlobRegistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp b/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp index afe5b66cc..10bfb2ee0 100644 --- a/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp +++ b/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp @@ -155,7 +155,7 @@ void ThreadableBlobRegistry::unregisterBlobURL(const KURL&) { } -PassRefPtr<SecurityOrigin> ThreadableBlobRegistry::getCachedOrigin(const KURL& url) +PassRefPtr<SecurityOrigin> ThreadableBlobRegistry::getCachedOrigin(const KURL&) { return 0; } |