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

Unified Diff: test/inspector/inspector-test.cc

Issue 2758563002: [gn] Enable stricter build flags (Closed)
Patch Set: STDC_FORMAT_MACROS on mips Created 3 years, 9 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
Index: test/inspector/inspector-test.cc
diff --git a/test/inspector/inspector-test.cc b/test/inspector/inspector-test.cc
index 96cd8d569736d6169b4a8fdd18815518543fc190..df6732a780ad99dc2424c6c0619e23a99c82e548 100644
--- a/test/inspector/inspector-test.cc
+++ b/test/inspector/inspector-test.cc
@@ -288,7 +288,6 @@ class UtilsExtension : public v8::Extension {
fprintf(stderr, "Internal error: cancelPauseOnNextStatement().");
Exit();
}
- v8::Local<v8::Context> context = args.GetIsolate()->GetCurrentContext();
inspector_client_->session()->cancelPauseOnNextStatement();
}

Powered by Google App Engine
This is Rietveld 408576698