| Index: webkit/plugins/ppapi/ppapi_unittest.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppapi_unittest.cc (revision 212906)
|
| +++ webkit/plugins/ppapi/ppapi_unittest.cc (working copy)
|
| @@ -90,7 +90,8 @@
|
| ASSERT_TRUE(module_->InitAsInternalPlugin(entry_points));
|
|
|
| // Initialize the mock instance.
|
| - instance_ = PluginInstance::Create(delegate_.get(), module(), NULL, GURL());
|
| + instance_ = PluginInstance::Create(delegate_.get(), NULL, module(), NULL,
|
| + GURL());
|
| }
|
|
|
| void PpapiUnittest::TearDown() {
|
|
|