diff options
Diffstat (limited to 'webkit/plugins/ppapi/resource_tracker_unittest.cc')
-rw-r--r-- | webkit/plugins/ppapi/resource_tracker_unittest.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/plugins/ppapi/resource_tracker_unittest.cc b/webkit/plugins/ppapi/resource_tracker_unittest.cc index 75ea9983..e73b243 100644 --- a/webkit/plugins/ppapi/resource_tracker_unittest.cc +++ b/webkit/plugins/ppapi/resource_tracker_unittest.cc @@ -141,8 +141,8 @@ TEST_F(ResourceTrackerTest, Ref) { TEST_F(ResourceTrackerTest, DeleteResourceWithInstance) { // Make a second instance (the test harness already creates & manages one). scoped_refptr<PluginInstance> instance2( - PluginInstance::Create1_0(delegate(), module(), - GetMockInterface(PPP_INSTANCE_INTERFACE_1_0))); + PluginInstance::Create0_5(delegate(), module(), + GetMockInterface(PPP_INSTANCE_INTERFACE_0_5))); PP_Instance pp_instance2 = instance2->pp_instance(); // Make two resources and take refs on behalf of the "plugin" for each. @@ -175,8 +175,8 @@ TEST_F(ResourceTrackerTest, DeleteResourceWithInstance) { TEST_F(ResourceTrackerTest, DeleteObjectVarWithInstance) { // Make a second instance (the test harness already creates & manages one). scoped_refptr<PluginInstance> instance2( - PluginInstance::Create1_0(delegate(), module(), - GetMockInterface(PPP_INSTANCE_INTERFACE_1_0))); + PluginInstance::Create0_5(delegate(), module(), + GetMockInterface(PPP_INSTANCE_INTERFACE_0_5))); PP_Instance pp_instance2 = instance2->pp_instance(); // Make an object var. |