Index: Source/web/WebEntities.cpp |
diff --git a/Source/web/WebEntities.cpp b/Source/web/WebEntities.cpp |
index e3d1186e9a0b8f3d46e7878450b63b7af924d8ae..dd08b878c96a2c203b87d7ac981154cf3d7db6da 100644 |
--- a/Source/web/WebEntities.cpp |
+++ b/Source/web/WebEntities.cpp |
@@ -37,7 +37,7 @@ |
#include "wtf/text/StringBuilder.h" |
#include "wtf/text/WTFString.h" |
-namespace WebKit { |
+namespace blink { |
WebEntities::WebEntities(bool xmlEntities) |
{ |
@@ -84,4 +84,4 @@ String WebEntities::convertEntitiesInString(const String& value) const |
return result.toString(); |
} |
-} // namespace WebKit |
+} // namespace blink |