Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 9a946b0d9820a6beec129ccfa99af81e8cdad7ed..1269ac3d9f6ddf408a0bcbe5e0d2c7e475e5262d 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -3087,9 +3087,7 @@ class Field : public Object { |
set_kind_bits(UnboxingCandidateBit::update(b, raw_ptr()->kind_bits_)); |
} |
- static bool IsExternalizableCid(intptr_t cid) { |
- return (cid == kOneByteStringCid) || (cid == kTwoByteStringCid); |
- } |
+ static bool IsExternalizableCid(intptr_t cid); |
enum { |
kUnknownLengthOffset = -1, |