| Index: Source/bindings/core/v8/V8StringResource.cpp
|
| diff --git a/Source/bindings/core/v8/V8StringResource.cpp b/Source/bindings/core/v8/V8StringResource.cpp
|
| index eb99e6e2dbc597d7b5bc130537d48ab1dda539a8..89919ef74909dd9bc32cfdd89002ca6b9453a476 100644
|
| --- a/Source/bindings/core/v8/V8StringResource.cpp
|
| +++ b/Source/bindings/core/v8/V8StringResource.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "core/inspector/BindingVisitors.h"
|
| #include "wtf/MainThread.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<class StringClass> struct StringTraits {
|
| static const StringClass& fromStringResource(WebCoreStringResourceBase*);
|
| @@ -176,4 +176,4 @@ String int32ToWebCoreString(int value)
|
| return String::number(value);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|