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

Unified Diff: src/deoptimizer.h

Issue 552803002: Get CallInterfaceDescriptor directly from CodeStub. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index 4aa6a50c6ef78aa9449ebd010396196776df7e7f..5d401deedd6c8d9f06c15b7f9b61a3f352680176 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -379,7 +379,7 @@ class Deoptimizer : public Malloced {
// Fill the given output frame's registers to contain the failure handler
// address and the number of parameters for a stub failure trampoline.
void SetPlatformCompiledStubRegisters(FrameDescription* output_frame,
- CodeStubInterfaceDescriptor* desc);
+ CodeStubDescriptor* desc);
// Fill the given output frame's double registers with the original values
// from the input frame's double registers.

Powered by Google App Engine
This is Rietveld 408576698