Chromium Code Reviews| Index: Source/core/editing/htmlediting.cpp |
| diff --git a/Source/core/editing/htmlediting.cpp b/Source/core/editing/htmlediting.cpp |
| index 1e7e39077e0ae00a22aeac42e1490a3a8259b213..cde332cc6ccddc1d6808bc4bdfab34fd7240ff19 100644 |
| --- a/Source/core/editing/htmlediting.cpp |
| +++ b/Source/core/editing/htmlediting.cpp |
| @@ -57,6 +57,8 @@ |
| #include "wtf/StdLibExtras.h" |
| #include "wtf/text/StringBuilder.h" |
| +using namespace std; |
| + |
| namespace WebCore { |
| using namespace HTMLNames; |