| Index: Source/bindings/core/v8/V8ErrorHandler.cpp
|
| diff --git a/Source/bindings/core/v8/V8ErrorHandler.cpp b/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| index 06cc8a25bc56f85335cd3bd36c3cfcf1bd960b79..547f05398741e8f1068b0202df6a87dd9e3e7df7 100644
|
| --- a/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| +++ b/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "core/events/ErrorEvent.h"
|
| #include "core/frame/LocalFrame.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| V8ErrorHandler::V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
|
| : V8EventListener(listener, isInline, scriptState)
|
| @@ -93,4 +93,4 @@ bool V8ErrorHandler::shouldPreventDefault(v8::Local<v8::Value> returnValue)
|
| return returnValue->IsBoolean() && returnValue->BooleanValue();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|