From 68513a70bcd92384395513322f1b801e7bf9c729 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 29 Sep 2010 17:32:26 +0100 Subject: Merge WebKit at r67908: Initial merge by Git Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972 --- WebCore/fileapi/ThreadableBlobRegistry.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'WebCore/fileapi/ThreadableBlobRegistry.h') diff --git a/WebCore/fileapi/ThreadableBlobRegistry.h b/WebCore/fileapi/ThreadableBlobRegistry.h index 7dce6bb..fe7df7f 100644 --- a/WebCore/fileapi/ThreadableBlobRegistry.h +++ b/WebCore/fileapi/ThreadableBlobRegistry.h @@ -37,13 +37,12 @@ namespace WebCore { class BlobData; class KURL; -class ScriptExecutionContext; class ThreadableBlobRegistry { public: - static void registerBlobURL(ScriptExecutionContext*, const KURL&, PassOwnPtr); - static void registerBlobURL(ScriptExecutionContext*, const KURL&, const KURL& srcURL); - static void unregisterBlobURL(ScriptExecutionContext*, const KURL&); + static void registerBlobURL(const KURL&, PassOwnPtr); + static void registerBlobURL(const KURL&, const KURL& srcURL); + static void unregisterBlobURL(const KURL&); }; } // namespace WebCore -- cgit v1.1