Reviewers: Rico,
Description:
Fix break of build.
Mental note: When you make a fix, remember to save it before committing.
Please review this at http://codereview.chromium.org/5330005/
Affected files:
M src/hashmap.cc
M src/v8checks.h
Index: src/hashmap.cc
diff --git a/src/hashmap.cc b/src/hashmap.cc
index
561c7afc66c0cda8f01c36b0da658979b50c9be8..1422afdc7e9f73b34e1690785af4dd1a71b45267
100644
--- a/src/hashmap.cc
+++ b/src/hashmap.cc
@@ -28,6 +28,7 @@
#include "../include/v8stdint.h"
#include "globals.h"
#include "checks.h"
+#include "utils.h"
#include "allocation.h"
#include "hashmap.h"
Index: src/v8checks.h
diff --git a/src/v8checks.h b/src/v8checks.h
index
a50586826dd7f432dc805c058ec39c5b153614f0..9857f73d17473078ac60a4e65a11fb26730d890c
100644
--- a/src/v8checks.h
+++ b/src/v8checks.h
@@ -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 @@ void CheckEqualsHelper(const char* file,
#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