Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 6e2a237c789c3a07b660c05daaa43c61b04bc2b6..daaed0bc2421f3184e80b8fae33b7409d902437a 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2512,6 +2512,7 @@ class NoTrackDoubleFieldsForSerializerScope { |
// immutable by the serializer. |
FLAG_track_double_fields = false; |
} |
+ USE(isolate_); |
} |
~NoTrackDoubleFieldsForSerializerScope() { |
if (Serializer::enabled()) { |