Index: webrtc/base/httpserver.h |
diff --git a/webrtc/base/httpserver.h b/webrtc/base/httpserver.h |
index c322e81790bed75e9dc5c69e2ccc6d470e14728a..cbee734873ce23c4d367b08329c9bdf899a89555 100644 |
--- a/webrtc/base/httpserver.h |
+++ b/webrtc/base/httpserver.h |
@@ -51,8 +51,8 @@ public: |
// the request document is a MemoryStream. By handling this signal, the |
// document can be overridden, in which case the third signal argument should |
// be set to true. In the case where the request body should be ignored, |
- // the document can be set to NULL. Note that the transaction object is still |
- // owened by the HttpServer at this point. |
+ // the document can be set to null. Note that the transaction object is still |
+ // owened by the HttpServer at this point. |
sigslot::signal3<HttpServer*, HttpServerTransaction*, bool*> |
SignalHttpRequestHeader; |