| Index: ppapi/tests/test_case.cc
|
| diff --git a/ppapi/tests/test_case.cc b/ppapi/tests/test_case.cc
|
| index 0100ded50d75dac7865c7e7849d0397bd49486d6..26f6d40ba5235ec7829e3129b03e913b8d97c404 100644
|
| --- a/ppapi/tests/test_case.cc
|
| +++ b/ppapi/tests/test_case.cc
|
| @@ -12,7 +12,7 @@
|
| TestCase::TestCase(TestingInstance* instance)
|
| : instance_(instance),
|
| testing_interface_(NULL),
|
| - force_async_(false) {
|
| + callback_type_(PP_REQUIRED) {
|
| // Get the testing_interface_ if it is available, so that we can do Resource
|
| // and Var checks on shutdown (see CheckResourcesAndVars). If it is not
|
| // available, testing_interface_ will be NULL. Some tests do not require it.
|
|
|