Reviewers: Kevin Millikin, Mads Ager,

Message:
Fixes the debug build

Description:
Added zone-inl.h to jsregexp.h since it relies on calling new ZoneList which
again relies on calling the static new method on Zone (defined in zone-inl.h but
declared in zone.h).

Please review this at http://codereview.chromium.org/719001

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/jsregexp.h


Index: src/jsregexp.h
===================================================================
--- src/jsregexp.h      (revision 4058)
+++ src/jsregexp.h      (working copy)
@@ -29,7 +29,7 @@
 #define V8_JSREGEXP_H_

 #include "macro-assembler.h"
-#include "zone.h"
+#include "zone-inl.h"

 namespace v8 {
 namespace internal {


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

Reply via email to