Index: Source/web/WebTextRun.cpp |
diff --git a/Source/web/WebTextRun.cpp b/Source/web/WebTextRun.cpp |
index 7ee2ab129231a1cd7e02e3915595b2a086b40445..8d30e378ecf4c2734ada99586250a9166fad1ec2 100644 |
--- a/Source/web/WebTextRun.cpp |
+++ b/Source/web/WebTextRun.cpp |
@@ -35,11 +35,11 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
WebTextRun::operator WebCore::TextRun() const |
{ |
return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion, rtl ? RTL : LTR, directionalOverride); |
} |
-} // namespace WebKit |
+} // namespace blink |