Index: src/allocation-site-scopes.h |
diff --git a/src/allocation-site-scopes.h b/src/allocation-site-scopes.h |
index 1ffe004e1baedb6ff14b5fcdcb9b0ba3fa8e034e..16f781c0391113efb091a7ca16f0661bd2e2547e 100644 |
--- a/src/allocation-site-scopes.h |
+++ b/src/allocation-site-scopes.h |
@@ -20,7 +20,7 @@ class AllocationSiteContext { |
public: |
explicit AllocationSiteContext(Isolate* isolate) { |
isolate_ = isolate; |
- }; |
+ } |
Handle<AllocationSite> top() { return top_; } |
Handle<AllocationSite> current() { return current_; } |