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); |