Index: Source/core/dom/Text.cpp |
diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp |
index da5b0301afeefb1ad6098e5aa3b85075ca46d790..a15a9cf76c1ec3d32635da9553c14979d29e3ed9 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) |