Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: src/json-parser.h

Issue 7308004: Extract string->double and double->string conversions for use in the preparser. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/json-parser.h
diff --git a/src/json-parser.h b/src/json-parser.h
index 1f30170a1e2d528f2f7375ca7a1a9daeb9b828e2..3ef5afbb895f403bad7e007342fdaaf6a78ea8b4 100644
--- a/src/json-parser.h
+++ b/src/json-parser.h
@@ -31,7 +31,7 @@
#include "v8.h"
#include "char-predicates-inl.h"
-#include "conversions.h"
+#include "v8conversions.h"
#include "messages.h"
#include "spaces-inl.h"
#include "token.h"

Powered by Google App Engine
This is Rietveld 408576698