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

Unified Diff: src/objects-visiting.h

Issue 3180001: Fix compilation on Mac. (Closed)
Patch Set: Created 10 years, 4 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/objects-visiting.h
diff --git a/src/objects-visiting.h b/src/objects-visiting.h
index 57c0393c93c689f5552a25fb95a70162502cddf9..6280bac4ede62466e19eaf82c3c7b6f4a3d3b97d 100644
--- a/src/objects-visiting.h
+++ b/src/objects-visiting.h
@@ -372,7 +372,7 @@ void Code::CodeIterateBody() {
reinterpret_cast<Object**>(this->address() + kRelocationInfoOffset));
for (; !it.done(); it.next()) {
- it.rinfo()->Visit<StaticVisitor>();
+ it.rinfo()->template Visit<StaticVisitor>();
}
}
« 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