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

Unified Diff: pkg/analysis_server/lib/src/services/index/store/split_store.dart

Issue 975753002: Some clean-ups for Index / SearchEngine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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
Index: pkg/analysis_server/lib/src/services/index/store/split_store.dart
diff --git a/pkg/analysis_server/lib/src/services/index/store/split_store.dart b/pkg/analysis_server/lib/src/services/index/store/split_store.dart
index 17267cde02566e80f0eecafa9c5bbf8a4563d469..ab2f025b800b4b2ecb767709dda4d0f8514bc177 100644
--- a/pkg/analysis_server/lib/src/services/index/store/split_store.dart
+++ b/pkg/analysis_server/lib/src/services/index/store/split_store.dart
@@ -792,7 +792,7 @@ class SplitIndexStore implements IndexStore {
_currentNode.recordRelationship(element, relationship, location);
}
- void recordTopDeclaration(Element element) {
+ void recordTopLevelDeclaration(Element element) {
// in current context
Map<int, List<_TopElementData>> nodeDeclarations =
_topDeclarations[_currentContextId];

Powered by Google App Engine
This is Rietveld 408576698