Revision: 8190
Author:   [email protected]
Date:     Mon Jun  6 13:58:25 2011
Log:      Fix presubmit after r8189
http://code.google.com/p/v8/source/detail?r=8190

Modified:
 /branches/bleeding_edge/include/v8.h
 /branches/bleeding_edge/src/api.cc

=======================================
--- /branches/bleeding_edge/include/v8.h        Mon Jun  6 13:47:30 2011
+++ /branches/bleeding_edge/include/v8.h        Mon Jun  6 13:58:25 2011
@@ -2713,7 +2713,7 @@
  *
* For an example of the class usage, see the "shell.cc" sample application.
  */
-class V8EXPORT StartupDataDecompressor {
+class V8EXPORT StartupDataDecompressor {  // NOLINT
  public:
   StartupDataDecompressor();
   virtual ~StartupDataDecompressor();
=======================================
--- /branches/bleeding_edge/src/api.cc  Mon Jun  6 13:47:30 2011
+++ /branches/bleeding_edge/src/api.cc  Mon Jun  6 13:58:25 2011
@@ -316,7 +316,7 @@
     : raw_data(i::NewArray<char*>(V8::GetCompressedStartupDataCount())) {
   for (int i = 0; i < V8::GetCompressedStartupDataCount(); ++i) {
     raw_data[i] = NULL;
-  }
+  }
 }


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to