| Index: Source/bindings/core/v8/V8HiddenValue.cpp
|
| diff --git a/Source/bindings/core/v8/V8HiddenValue.cpp b/Source/bindings/core/v8/V8HiddenValue.cpp
|
| index 0e875b10dab3ce97266be8bf3b6e2649a3fd7e6b..602be0484685a58256c4dc3d14d7d61d8bf1f42d 100644
|
| --- a/Source/bindings/core/v8/V8HiddenValue.cpp
|
| +++ b/Source/bindings/core/v8/V8HiddenValue.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| #define V8_DEFINE_METHOD(name) \
|
| v8::Handle<v8::String> V8HiddenValue::name(v8::Isolate* isolate) \
|
| @@ -43,4 +43,4 @@ v8::Local<v8::Value> V8HiddenValue::getHiddenValueFromMainWorldWrapper(v8::Isola
|
| return wrapper.IsEmpty() ? v8::Local<v8::Value>() : getHiddenValue(isolate, wrapper, key);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|