From: christian.plesner.hansen@gmail.com Date: Thu, 27 Nov 2008 12:10:16 +0000 (+0000) Subject: Fixed build on windows. Msvc is an idiot. X-Git-Tag: upstream/4.7.83~24948 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=319fddf6afe336d75a0e10c64bd14532a3330bd1;p=platform%2Fupstream%2Fv8.git Fixed build on windows. Msvc is an idiot. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@858 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/jsregexp.h b/src/jsregexp.h index 2bea0de..4a96cbf 100644 --- a/src/jsregexp.h +++ b/src/jsregexp.h @@ -505,9 +505,6 @@ struct NodeInfo { }; -STATIC_CHECK(sizeof(NodeInfo) <= sizeof(int)); // NOLINT - - class SiblingList { public: SiblingList() : list_(NULL) { }