Reviewers: Michael Starzinger,
Message:
PTAL.
Description:
Fix presubmit.
BUG=
TEST=
Please review this at http://codereview.chromium.org/9297058/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/zone.cc
Index: src/zone.cc
diff --git a/src/zone.cc b/src/zone.cc
index
5f3296a67e55c8eec489687c14cf60b143640ca3..7aff443c2e60c9022b3d52ad3e13e4c3f88e10aa
100644
--- a/src/zone.cc
+++ b/src/zone.cc
@@ -25,11 +25,11 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#include <string.h>
+
#include "v8.h"
#include "zone-inl.h"
-#include <string.h>
-
namespace v8 {
namespace internal {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev