Index: Source/platform/Cursor.cpp |
diff --git a/Source/platform/Cursor.cpp b/Source/platform/Cursor.cpp |
index 9413d22dcc833b808baad8bc3c7bdf91f5485282..145f92bbbd0e8b95d97dece343b09b955cec6617 100644 |
--- a/Source/platform/Cursor.cpp |
+++ b/Source/platform/Cursor.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "platform/Cursor.h" |
-namespace WebCore { |
+namespace blink { |
IntPoint determineHotSpot(Image* image, const IntPoint& specifiedHotSpot) |
{ |
@@ -443,4 +443,4 @@ const Cursor& grabbingCursor() |
return c; |
} |
-} // namespace WebCore |
+} // namespace blink |