Index: Source/bindings/core/v8/V8ErrorHandler.h |
diff --git a/Source/bindings/core/v8/V8ErrorHandler.h b/Source/bindings/core/v8/V8ErrorHandler.h |
index ce77de442002813e0f7bf6ec44a5be1416c277f8..3b9fc51948031c22a9ffce6b300e1042d09f96cb 100644 |
--- a/Source/bindings/core/v8/V8ErrorHandler.h |
+++ b/Source/bindings/core/v8/V8ErrorHandler.h |
@@ -35,7 +35,7 @@ |
#include "wtf/PassRefPtr.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class ErrorEvent; |
class LocalFrame; |
@@ -56,6 +56,6 @@ private: |
virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue) OVERRIDE; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // V8ErrorHandler_h |