summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webresponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webresponse.h')
-rw-r--r--webkit/glue/webresponse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webresponse.h b/webkit/glue/webresponse.h
index 34abd935..9d087c05 100644
--- a/webkit/glue/webresponse.h
+++ b/webkit/glue/webresponse.h
@@ -15,7 +15,7 @@ class WebResponse {
public:
// Get the URL.
virtual GURL GetURL() const = 0;
-
+
// Get the http status code.
virtual int GetHttpStatusCode() const = 0;