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

Unified Diff: extensions/renderer/declarative_event_unittest.cc

Issue 2842673002: [Extensions Bindings] Remove Isolate arg from APIBinding::CreateInstance (Closed)
Patch Set: Created 3 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
Index: extensions/renderer/declarative_event_unittest.cc
diff --git a/extensions/renderer/declarative_event_unittest.cc b/extensions/renderer/declarative_event_unittest.cc
index 4b33591d6e20f2591390e9926abdc2e4731363d0..c5771d8a3af6ed106474866c8990a8270526185b 100644
--- a/extensions/renderer/declarative_event_unittest.cc
+++ b/extensions/renderer/declarative_event_unittest.cc
@@ -199,8 +199,7 @@ TEST_F(DeclarativeEventWithSchemaTest, TestAllMethods) {
v8::Local<v8::Context> context = MainContext();
v8::Local<v8::Object> api = bindings_system()->CreateAPIInstance(
- kDeclarativeAPIName, context, isolate(), base::Bind(&AllowAllAPIs),
- nullptr);
+ kDeclarativeAPIName, context, base::Bind(&AllowAllAPIs), nullptr);
ASSERT_FALSE(api.IsEmpty());
v8::Local<v8::Value> declarative_event =
« no previous file with comments | « extensions/renderer/api_bindings_system_unittest.cc ('k') | extensions/renderer/native_extension_bindings_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698