| Index: Source/web/WebTextInputInfo.cpp
|
| diff --git a/Source/web/WebTextInputInfo.cpp b/Source/web/WebTextInputInfo.cpp
|
| index 7a0d87636fddaab047ced1186ca9850b871ebdae..32b835694e0a68b9041825bf8ff2ce1e28384a0d 100644
|
| --- a/Source/web/WebTextInputInfo.cpp
|
| +++ b/Source/web/WebTextInputInfo.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "WebTextInputInfo.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| bool WebTextInputInfo::equals(const WebTextInputInfo& other) const
|
| {
|
| @@ -43,4 +43,4 @@ bool WebTextInputInfo::equals(const WebTextInputInfo& other) const
|
| && compositionEnd == other.compositionEnd;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|