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

Unified Diff: src/runtime/runtime.h

Issue 1053563002: Revert of Correctly compute line numbers in functions from the function constructor. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added regression test Created 5 years, 9 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
« no previous file with comments | « src/objects.cc ('k') | src/runtime/runtime-compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 575839d6e67d35ac123a9aa42f06ac24b797608a..4fb487037ce542c0f596ae1b9f2c9f92c37c0f74 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -250,7 +250,7 @@ namespace internal {
F(DateCacheVersion, 0, 1) \
\
/* Globals */ \
- F(CompileString, 3, 1) \
+ F(CompileString, 2, 1) \
\
/* Eval */ \
F(GlobalProxy, 1, 1) \
« no previous file with comments | « src/objects.cc ('k') | src/runtime/runtime-compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698