Chromium Code Reviews| Index: Source/core/dom/Text.cpp |
| diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp |
| index 8945f7f21cd4b8fa0be60e8643565433f993bee1..34a7df18241c66ab75b8751150916ca038419ebd 100644 |
| --- a/Source/core/dom/Text.cpp |
| +++ b/Source/core/dom/Text.cpp |
| @@ -40,8 +40,6 @@ |
| #include "wtf/text/CString.h" |
| #include "wtf/text/StringBuilder.h" |
| -using namespace std; |
| - |
| namespace WebCore { |
| PassRefPtrWillBeRawPtr<Text> Text::create(Document& document, const String& data) |