| Index: Source/platform/text/TextStream.cpp
|
| diff --git a/Source/platform/text/TextStream.cpp b/Source/platform/text/TextStream.cpp
|
| index c0feed54ba88c3fc445df34a8d49baef6d8e54ac..6598634c265d3b0c2e72fe709fd9e5e9fcf74a80 100644
|
| --- a/Source/platform/text/TextStream.cpp
|
| +++ b/Source/platform/text/TextStream.cpp
|
| @@ -35,8 +35,6 @@
|
| #include "wtf/StringExtras.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -using namespace std;
|
| -
|
| namespace blink {
|
|
|
| static const size_t printBufferSize = 100; // large enough for any integer or floating point value in string format, including trailing null character
|
|
|