Index: Source/modules/imagebitmap/ImageBitmapFactories.h |
diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.h b/Source/modules/imagebitmap/ImageBitmapFactories.h |
index 18d0a31f646f3fcb5de6c4f9e6d7e08157bbcdf1..3cc1e303d661419b14e92008c81d036fd01fb86f 100644 |
--- a/Source/modules/imagebitmap/ImageBitmapFactories.h |
+++ b/Source/modules/imagebitmap/ImageBitmapFactories.h |
@@ -41,7 +41,7 @@ |
#include "wtf/Forward.h" |
#include "wtf/HashSet.h" |
-namespace WebCore { |
+namespace blink { |
class Blob; |
class CanvasRenderingContext2D; |
@@ -123,6 +123,6 @@ private: |
PersistentHeapHashSetWillBeHeapHashSet<Member<ImageBitmapLoader> > m_pendingLoaders; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ImageBitmapFactories_h |