| Index: Source/web/TextFinder.cpp
|
| diff --git a/Source/web/TextFinder.cpp b/Source/web/TextFinder.cpp
|
| index 597fdc45dfe16344f146a61627aa9ecf99bef1ee..a21dfa4cd6b5319ec9d92d42006152acd81e36c9 100644
|
| --- a/Source/web/TextFinder.cpp
|
| +++ b/Source/web/TextFinder.cpp
|
| @@ -51,8 +51,6 @@
|
| #include "web/WebViewImpl.h"
|
| #include "wtf/CurrentTime.h"
|
|
|
| -using namespace blink;
|
| -
|
| namespace blink {
|
|
|
| TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordinal)
|
| @@ -61,7 +59,7 @@ TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordina
|
| {
|
| }
|
|
|
| -void TextFinder::FindMatch::trace(blink::Visitor* visitor)
|
| +void TextFinder::FindMatch::trace(Visitor* visitor)
|
| {
|
| visitor->trace(m_range);
|
| }
|
|
|