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
This commit is contained in:
christian.plesner.hansen@gmail.com 2008-11-27 12:10:16 +00:00
parent 7bdb653065
commit 319fddf6af

View File

@ -505,9 +505,6 @@ struct NodeInfo {
};
STATIC_CHECK(sizeof(NodeInfo) <= sizeof(int)); // NOLINT
class SiblingList {
public:
SiblingList() : list_(NULL) { }