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