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

Unified Diff: src/frames-inl.h

Issue 11414262: Revert 13105: "Enable stub generation using Hydrogen/Lithium." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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/frames.cc ('k') | src/full-codegen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames-inl.h
diff --git a/src/frames-inl.h b/src/frames-inl.h
index 475393222b127be4104fa79a804a81e2beb9f0fc..27a526cef1086e039e877b9d6626ce2dc33e5515 100644
--- a/src/frames-inl.h
+++ b/src/frames-inl.h
@@ -235,18 +235,8 @@ inline Object* JavaScriptFrame::function() const {
}
-inline CompiledFrame::CompiledFrame(StackFrameIterator* iterator)
- : JavaScriptFrame(iterator) {
-}
-
-
-inline StubFrame::StubFrame(StackFrameIterator* iterator)
- : CompiledFrame(iterator) {
-}
-
-
inline OptimizedFrame::OptimizedFrame(StackFrameIterator* iterator)
- : CompiledFrame(iterator) {
+ : JavaScriptFrame(iterator) {
}
« no previous file with comments | « src/frames.cc ('k') | src/full-codegen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698