Index: runtime/vm/object.h |
=================================================================== |
--- runtime/vm/object.h (revision 44981) |
+++ runtime/vm/object.h (working copy) |
@@ -7501,9 +7501,6 @@ |
static intptr_t InstanceSize() { |
ASSERT(sizeof(RawJSRegExp) == OFFSET_OF_RETURNED_VALUE(RawJSRegExp, data)); |
Vyacheslav Egorov (Google)
2015/04/08 21:14:07
dead assertion, in raw_object.h also dead member
Ivan Posva
2015/04/08 23:31:45
Done.
|
- if (FLAG_use_jscre) { |
- return 0; |
- } |
return RoundedAllocationSize(sizeof(RawJSRegExp)); |
} |