Chromium Code Reviews| Index: Source/core/editing/markup.cpp |
| diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp |
| index 239e057dcb0117ce1667876d710a9a7066a2ed3a..53b195c1762bcf667a4a872059bf23b31a3e4504 100644 |
| --- a/Source/core/editing/markup.cpp |
| +++ b/Source/core/editing/markup.cpp |
| @@ -60,6 +60,8 @@ |
| #include "wtf/StdLibExtras.h" |
| #include "wtf/text/StringBuilder.h" |
| +using namespace std; |
| + |
| namespace WebCore { |
| using namespace HTMLNames; |