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

Unified Diff: runtime/vm/scanner.h

Issue 1971893003: Fix build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/scanner.h
diff --git a/runtime/vm/scanner.h b/runtime/vm/scanner.h
index f6a0545ff28bd2d26730de57d0c3956a03114060..30bc81eb3aadaf0c440d92ad3b35427bc5114b90 100644
--- a/runtime/vm/scanner.h
+++ b/runtime/vm/scanner.h
@@ -48,7 +48,7 @@ class Scanner : ValueObject {
public:
TokenCollector() { }
virtual ~TokenCollector() { }
- virtual void AddToken(const TokenDescriptor& token);
+ virtual void AddToken(const TokenDescriptor& token) { }
private:
DISALLOW_COPY_AND_ASSIGN(TokenCollector);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698