Reviewers: danno, Dmitry Lomov (chromium), Jakob, paul.l..., gergely.kis.imgtec, balazs.kilvady, dusmil.imgtec,

Message:
PTAL.

Description:
Fix build with GCC 4.6.

Fix build with GCC 4.6 after 158a87659f02ad4d5e41d2dc19eec1f0f4ded41f.

BUG=

Please review this at https://codereview.chromium.org/908713002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M src/globals.h


Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 322d898e4862d500f7b1738eade55700c1b0c0d2..28daeba50f374638a6a2ce34cb5f113d3d4ae32d 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -821,7 +821,7 @@ enum FunctionKind {
   kAccessorFunction = 1 << 3,
   kDefaultConstructor = 1 << 4,
   kSubclassConstructor = 1 << 5,
-  kBaseConstructor = 1 << 6,
+  kBaseConstructor = 1 << 6
 };




--
--
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