Revision: 21567
Author:   [email protected]
Date:     Wed May 28 12:03:40 2014 UTC
Log:      Fix lint complaints in objects.h

[email protected]
LOG=N

Review URL: https://codereview.chromium.org/304533007
http://code.google.com/p/v8/source/detail?r=21567

Modified:
 /branches/bleeding_edge/src/objects.h

=======================================
--- /branches/bleeding_edge/src/objects.h       Wed May 28 09:58:27 2014 UTC
+++ /branches/bleeding_edge/src/objects.h       Wed May 28 12:03:40 2014 UTC
@@ -8798,10 +8798,10 @@
   STATIC_ASSERT((kArrayIndexLengthBits > 0));

class ArrayIndexValueBits : public BitField<unsigned int, kNofHashBitFields,
-      kArrayIndexValueBits> {};
+      kArrayIndexValueBits> {};  // NOLINT
   class ArrayIndexLengthBits : public BitField<unsigned int,
       kNofHashBitFields + kArrayIndexValueBits,
-      kArrayIndexLengthBits> {};
+      kArrayIndexLengthBits> {};  // NOLINT

   // Check that kMaxCachedArrayIndexLength + 1 is a power of two so we
// could use a mask to test if the length of string is less than or equal to

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to