| Index: extensions/renderer/bindings/api_bindings_system_unittest.cc
|
| diff --git a/extensions/renderer/bindings/api_bindings_system_unittest.cc b/extensions/renderer/bindings/api_bindings_system_unittest.cc
|
| index 1a63eca2324f29d53287d25b06e41f01715c3e1a..9d91c661305cb085dea683b6c265fe85cf2a02ad 100644
|
| --- a/extensions/renderer/bindings/api_bindings_system_unittest.cc
|
| +++ b/extensions/renderer/bindings/api_bindings_system_unittest.cc
|
| @@ -144,7 +144,8 @@ std::vector<APIBindingsSystemTest::FakeSpec> APIBindingsSystemTest::GetAPIs() {
|
| }
|
|
|
| v8::Local<v8::Object> APIBindingsSystemTest::GetLastErrorParent(
|
| - v8::Local<v8::Context> context) {
|
| + v8::Local<v8::Context> context,
|
| + v8::Local<v8::Object>* secondary_parent) {
|
| return v8::Local<v8::Object>();
|
| }
|
|
|
|
|