diff --git a/parser/html/nsHtml5ByteReadable.h b/parser/html/nsHtml5ByteReadable.h index a405d30871e..405cbc9776c 100644 --- a/parser/html/nsHtml5ByteReadable.h +++ b/parser/html/nsHtml5ByteReadable.h @@ -12,9 +12,9 @@ class nsHtml5ByteReadable { public: - nsHtml5ByteReadable(const uint8_t* current, const uint8_t* end) - : current(current), - end(end) + nsHtml5ByteReadable(const uint8_t* aCurrent, const uint8_t* aEnd) + : current(aCurrent), + end(aEnd) { }