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

Unified Diff: src/stub-cache.h

Issue 6759024: Fix presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/stub-cache.h
diff --git a/src/stub-cache.h b/src/stub-cache.h
index 93ffd7cd5d04bed5aeb8b94dc4e5d968ce256dc4..793f58185f2ea2d70c99bab21cf388cc3b36ded2 100644
--- a/src/stub-cache.h
+++ b/src/stub-cache.h
@@ -323,7 +323,7 @@ class StubCache {
}
Isolate* isolate() { return isolate_; }
- Heap* heap() { return isolate()->heap(); };
+ Heap* heap() { return isolate()->heap(); }
private:
explicit StubCache(Isolate* isolate);
« 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