| Index: webkit/glue/web_io_operators.cc
|
| diff --git a/webkit/glue/web_io_operators.cc b/webkit/glue/web_io_operators.cc
|
| index b3be0df40b9de7409e4c344ca7bb2852a0f603af..ca24db7d029121c3e490eeac929e210721103bef 100644
|
| --- a/webkit/glue/web_io_operators.cc
|
| +++ b/webkit/glue/web_io_operators.cc
|
| @@ -27,7 +27,7 @@ std::ostream& operator<<(std::ostream& out, const WebPoint& p) {
|
| }
|
|
|
| std::ostream& operator<<(std::ostream& out, const WebRect& p) {
|
| - return out << static_cast<gfx::Rect>(p);
|
| + return out << static_cast<gfx::Rect>(p).ToString();
|
| }
|
|
|
| } // namespace WebKit
|
|
|