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

Unified Diff: sky/engine/tonic/dart_dependency_catcher.cc

Issue 1241583003: Remove all remaining HashMap and HashSet usages except dart_string_cache (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/engine/tonic/dart_dependency_catcher.h ('k') | sky/engine/tonic/dart_library_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/dart_dependency_catcher.cc
diff --git a/sky/engine/tonic/dart_dependency_catcher.cc b/sky/engine/tonic/dart_dependency_catcher.cc
index d0cb3e25e9dc3cfb2cce101442fd1cac7b1c6dab..c1523951299e6a29ca60de8cdb02dbab11814f4c 100644
--- a/sky/engine/tonic/dart_dependency_catcher.cc
+++ b/sky/engine/tonic/dart_dependency_catcher.cc
@@ -18,7 +18,7 @@ DartDependencyCatcher::~DartDependencyCatcher() {
}
void DartDependencyCatcher::AddDependency(DartDependency* dependency) {
- dependencies_.add(dependency);
+ dependencies_.insert(dependency);
}
} // namespace blink
« no previous file with comments | « sky/engine/tonic/dart_dependency_catcher.h ('k') | sky/engine/tonic/dart_library_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698