Index: Source/bindings/core/v8/WorkerScriptController.h |
diff --git a/Source/bindings/core/v8/WorkerScriptController.h b/Source/bindings/core/v8/WorkerScriptController.h |
index eaa801f7459ad52a11843d225f6ce6b07afadaca..dbf682136454dbbf33a92d199a4b5adf3ba1947b 100644 |
--- a/Source/bindings/core/v8/WorkerScriptController.h |
+++ b/Source/bindings/core/v8/WorkerScriptController.h |
@@ -38,7 +38,7 @@ |
#include "wtf/text/TextPosition.h" |
#include <v8.h> |
-namespace WebCore { |
+namespace blink { |
class ErrorEvent; |
class ExceptionState; |
@@ -112,6 +112,6 @@ private: |
OwnPtr<V8IsolateInterruptor> m_interruptor; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // WorkerScriptController_h |