From 2373771d2ee7a870bd81f010044fab5e8ab55457 Mon Sep 17 00:00:00 2001 From: "mikhail.naganov@gmail.com" Date: Mon, 6 Jun 2011 20:58:25 +0000 Subject: [PATCH] Fix presubmit after r8189 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8190 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- include/v8.h | 2 +- src/api.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/v8.h b/include/v8.h index 5590a6a..c685415 100644 --- a/include/v8.h +++ b/include/v8.h @@ -2713,7 +2713,7 @@ class StartupData { * * For an example of the class usage, see the "shell.cc" sample application. */ -class V8EXPORT StartupDataDecompressor { +class V8EXPORT StartupDataDecompressor { // NOLINT public: StartupDataDecompressor(); virtual ~StartupDataDecompressor(); diff --git a/src/api.cc b/src/api.cc index a4f5df2..5fe9493 100644 --- a/src/api.cc +++ b/src/api.cc @@ -316,7 +316,7 @@ StartupDataDecompressor::StartupDataDecompressor() : raw_data(i::NewArray(V8::GetCompressedStartupDataCount())) { for (int i = 0; i < V8::GetCompressedStartupDataCount(); ++i) { raw_data[i] = NULL; - } + } } -- 2.7.4