Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: src/bootstrapper.cc

Issue 250873003: Fix compilation with clang 5.1 on OS X. (Closed) Base URL: git@github.com:v8/v8.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/assembler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()) {
« no previous file with comments | « src/assembler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698