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

Unified Diff: src/number-info.h

Issue 608013: Enable passing of script data via script creation methods. (Closed)
Patch Set: Created 10 years, 10 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/compiler.cc ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/number-info.h
diff --git a/src/number-info.h b/src/number-info.h
index 6d212bbdf3b3d433548d56a08b229d196835f31b..c6f32e47c1d86b453dd1f1d82edb3b278272b28a 100644
--- a/src/number-info.h
+++ b/src/number-info.h
@@ -65,7 +65,6 @@ class NumberInfo : public AllStatic {
UNREACHABLE();
return "Unreachable code";
}
-
};
} } // namespace v8::internal
« no previous file with comments | « src/compiler.cc ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698