summaryrefslogtreecommitdiff
path: root/Source/web/AssociatedURLLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/AssociatedURLLoader.cpp')
-rw-r--r--Source/web/AssociatedURLLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/web/AssociatedURLLoader.cpp b/Source/web/AssociatedURLLoader.cpp
index 56a1f2fcf..ccf03cb17 100644
--- a/Source/web/AssociatedURLLoader.cpp
+++ b/Source/web/AssociatedURLLoader.cpp
@@ -151,7 +151,7 @@ public:
void enableErrorNotifications();
// Stops loading and releases the DocumentThreadableLoader as early as possible.
- void clearClient() { m_client = 0; }
+ void clearClient() { m_client = 0; }
private:
ClientAdapter(AssociatedURLLoader*, WebURLLoaderClient*, const WebURLLoaderOptions&);