diff options
Diffstat (limited to 'ppapi/tests/test_url_loader.cc')
-rw-r--r-- | ppapi/tests/test_url_loader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_url_loader.cc b/ppapi/tests/test_url_loader.cc index 630d00f..741d415 100644 --- a/ppapi/tests/test_url_loader.cc +++ b/ppapi/tests/test_url_loader.cc @@ -63,7 +63,7 @@ TestURLLoader::TestURLLoader(TestingInstance* instance) } bool TestURLLoader::Init() { - if (!InitTestingInterface()) { + if (!CheckTestingInterface()) { instance_->AppendError("Testing interface not available"); return false; } |