Commit 2fa30a8e authored by ricow@chromium.org's avatar ricow@chromium.org

Added zone-inl.h to jsregexp.h since it relies on calling new ZoneList which...

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).
Review URL: http://codereview.chromium.org/719001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4060 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent bdd125c6
......@@ -29,7 +29,7 @@
#define V8_JSREGEXP_H_
#include "macro-assembler.h"
#include "zone.h"
#include "zone-inl.h"
namespace v8 {
namespace internal {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment