Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 0ffb8852729c0b27746dbeb696e1ef2a63cce68c..25e3dba124dfc2f954b5b4dffa90f2e67784443f 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -437,6 +437,9 @@ class FullCodeGenerator: public AstVisitor { |
// the offset of the start of the table. |
unsigned EmitStackCheckTable(); |
+ void EmitProfilingCounterDecrement(int delta); |
+ void EmitProfilingCounterReset(); |
+ |
// Platform-specific return sequence |
void EmitReturnSequence(); |