Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: Source/core/imagebitmap/ImageBitmapFactories.h

Issue 1013213002: Fix template angle bracket syntax in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/parser/HTMLSrcsetParser.cpp ('k') | Source/core/layout/LayoutCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/html/parser/HTMLSrcsetParser.cpp ('k') | Source/core/layout/LayoutCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698