Index: Source/bindings/core/v8/ScriptFunctionCall.h |
diff --git a/Source/bindings/core/v8/ScriptFunctionCall.h b/Source/bindings/core/v8/ScriptFunctionCall.h |
index 7d9195e11b4cebd728d8f2928c1655fe2272a749..24e068205b4ab0ac6fb77c2b71c70cc472087e5f 100644 |
--- a/Source/bindings/core/v8/ScriptFunctionCall.h |
+++ b/Source/bindings/core/v8/ScriptFunctionCall.h |
@@ -36,7 +36,7 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class ScriptValue; |
class ScriptCallArgumentHandler { |
@@ -71,6 +71,6 @@ protected: |
String m_name; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ScriptFunctionCall |