Index: Source/core/imagebitmap/ImageBitmapFactories.h |
diff --git a/Source/core/imagebitmap/ImageBitmapFactories.h b/Source/core/imagebitmap/ImageBitmapFactories.h |
index a8926d242da66060f8c3ec5fdb163a5ce1bb3628..debf653e4b17ff2bf5a4b83a1444651a5565850d 100644 |
--- a/Source/core/imagebitmap/ImageBitmapFactories.h |
+++ b/Source/core/imagebitmap/ImageBitmapFactories.h |
@@ -120,7 +120,7 @@ private: |
void addLoader(ImageBitmapLoader*); |
void didFinishLoading(ImageBitmapLoader*); |
- PersistentHeapHashSetWillBeHeapHashSet<Member<ImageBitmapLoader> > m_pendingLoaders; |
+ PersistentHeapHashSetWillBeHeapHashSet<Member<ImageBitmapLoader>> m_pendingLoaders; |
}; |
} // namespace blink |