| Index: Source/web/WebSearchableFormData.cpp
|
| diff --git a/Source/web/WebSearchableFormData.cpp b/Source/web/WebSearchableFormData.cpp
|
| index 02c38d492eea0558df7b7e08dea771eb4a69d177..adba7a1427d83edc15738559793aec6a374570d5 100644
|
| --- a/Source/web/WebSearchableFormData.cpp
|
| +++ b/Source/web/WebSearchableFormData.cpp
|
| @@ -235,7 +235,7 @@ bool buildSearchString(const HTMLFormElement* form, Vector<char>* encodedString,
|
| }
|
| } // namespace
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebSearchableFormData::WebSearchableFormData(const WebFormElement& form, const WebInputElement& selectedInputElement)
|
| {
|
| @@ -294,4 +294,4 @@ WebSearchableFormData::WebSearchableFormData(const WebFormElement& form, const W
|
| m_encoding = String(encoding.name());
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|