Commit 5b1ae4a0 authored by ager@chromium.org's avatar ager@chromium.org

cpplint does not like multiple semicolons on the same line. Do not

lint that line.

TBR=sgjesse@chromium.org
Review URL: http://codereview.chromium.org/39330

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1444 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 747e20c4
......@@ -262,7 +262,7 @@ void Heap::ClearKeyedLookupCache() {
#define CALL_HEAP_FUNCTION_VOID(FUNCTION_CALL) \
CALL_AND_RETRY(FUNCTION_CALL, ;, ;)
CALL_AND_RETRY(FUNCTION_CALL, ;, ;) // NOLINT
#ifdef DEBUG
......
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