| Index: Source/bindings/core/v8/V8NPUtils.cpp
|
| diff --git a/Source/bindings/core/v8/V8NPUtils.cpp b/Source/bindings/core/v8/V8NPUtils.cpp
|
| index 5afe311a5ddcd0796e0b883a7a6ab9ad4973b968..b99302dee1657e9f32c012416bccb0b5368ce80a 100644
|
| --- a/Source/bindings/core/v8/V8NPUtils.cpp
|
| +++ b/Source/bindings/core/v8/V8NPUtils.cpp
|
| @@ -41,7 +41,7 @@
|
|
|
| #include <stdlib.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void convertV8ObjectToNPVariant(v8::Local<v8::Value> object, NPObject* owner, NPVariant* result, v8::Isolate* isolate)
|
| {
|
| @@ -168,4 +168,4 @@ ExceptionCatcher::~ExceptionCatcher()
|
| topHandler->handler(topHandler->data, *v8::String::Utf8Value(m_tryCatch.Exception()));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|