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

Unified Diff: pkg/analysis_server/lib/src/services/index/index_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/index_store.dart
diff --git a/pkg/analysis_server/lib/src/services/index/index_store.dart b/pkg/analysis_server/lib/src/services/index/index_store.dart
index 72771dd14c18c973fe1480361e2955561040e7af..7163d160cb78e1ed469b2e3203f07c90974797b8 100644
--- a/pkg/analysis_server/lib/src/services/index/index_store.dart
+++ b/pkg/analysis_server/lib/src/services/index/index_store.dart
@@ -116,7 +116,7 @@ abstract class IndexStore {
/**
* Records the declaration of the given top-level [element].
*/
- void recordTopDeclaration(Element element);
+ void recordTopLevelDeclaration(Element element);
/**
* Removes from the index all of the information associated with [context].

Powered by Google App Engine
This is Rietveld 408576698