Revision: 5887
Author: [email protected]
Date: Wed Nov 24 02:28:22 2010
Log: Fix break of build.
Mental note: When you make a fix, remember to save it before committing.

Review URL: http://codereview.chromium.org/5330005
http://code.google.com/p/v8/source/detail?r=5887

Modified:
 /branches/bleeding_edge/src/hashmap.cc
 /branches/bleeding_edge/src/v8checks.h

=======================================
--- /branches/bleeding_edge/src/hashmap.cc      Wed Nov 24 01:57:06 2010
+++ /branches/bleeding_edge/src/hashmap.cc      Wed Nov 24 02:28:22 2010
@@ -28,6 +28,7 @@
 #include "../include/v8stdint.h"
 #include "globals.h"
 #include "checks.h"
+#include "utils.h"
 #include "allocation.h"

 #include "hashmap.h"
=======================================
--- /branches/bleeding_edge/src/v8checks.h      Wed Nov 24 01:57:06 2010
+++ /branches/bleeding_edge/src/v8checks.h      Wed Nov 24 02:28:22 2010
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-#ifndef V8_CHECKS_H_
-#define V8_CHECKS_H_
+#ifndef V8_V8CHECKS_H_
+#define V8_V8CHECKS_H_

 #include "checks.h"

@@ -61,4 +61,4 @@

#define ASSERT_SIZE_TAG_ALIGNED(size) ASSERT((size & HeapObjectTagMask()) == 0)

-#endif  // V8_CHECKS_H_
+#endif  // V8_V8CHECKS_H_

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

Reply via email to