Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index a8b9dd211840614fc23d939e8bf314714faa34c2..a3235ffd6edd2701e6130ef871bd5f7b0bb5838e 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -478,7 +478,7 @@ class Context: public FixedArray { |
// These slots hold values in debug evaluate contexts. |
WRAPPED_CONTEXT_INDEX = MIN_CONTEXT_SLOTS, |
- WHITE_LIST_INDEX = MIN_CONTEXT_SLOTS + 1 |
+ WHITE_LIST_INDEX = MIN_CONTEXT_SLOTS + 1, |
adamk
2016/11/10 18:10:54
You can drop this change still :) (and leave this
gsathya
2016/11/11 02:34:36
Done.
|
}; |
void IncrementErrorsThrown(); |