| Index: Source/platform/exported/WebThreadSafeData.cpp
|
| diff --git a/Source/platform/exported/WebThreadSafeData.cpp b/Source/platform/exported/WebThreadSafeData.cpp
|
| index 3018d65cd0640d2e646d019f580479a5c4c546b0..825f30b7c2e2b699c97195d876ab887d8fc53c8f 100644
|
| --- a/Source/platform/exported/WebThreadSafeData.cpp
|
| +++ b/Source/platform/exported/WebThreadSafeData.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebThreadSafeData::reset()
|
| {
|
| @@ -72,4 +72,4 @@ WebThreadSafeData& WebThreadSafeData::operator=(const PassRefPtr<RawData>& data)
|
| return *this;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|