diff options
Diffstat (limited to 'webkit/glue/webresponse.h')
-rw-r--r-- | webkit/glue/webresponse.h | 2 |
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; |