Commit 69abac4b authored by vegorov@chromium.org's avatar vegorov@chromium.org

Fix compilation on Mac.

Review URL: http://codereview.chromium.org/3180001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5247 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 28f9412c
......@@ -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>();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment