diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 20:44:28 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-03 20:44:28 +0000 |
commit | 8a30e24b917f2bd77b5d462304588979e10242cd (patch) | |
tree | 61da5aa114053a5f4982e5b2fb66f10d65380427 /ppapi | |
parent | e2611515bca5cac99ba200bc80fd6c47548fd529 (diff) | |
download | chromium_src-8a30e24b917f2bd77b5d462304588979e10242cd.zip chromium_src-8a30e24b917f2bd77b5d462304588979e10242cd.tar.gz chromium_src-8a30e24b917f2bd77b5d462304588979e10242cd.tar.bz2 |
[NaCl] Fix NaCl SDK builder and PPAPI scons build.
Builders have been failing since r134959.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10344026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/cpp/private/flash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/private/flash.cc b/ppapi/cpp/private/flash.cc index e61c8e4..a141f63 100644 --- a/ppapi/cpp/private/flash.cc +++ b/ppapi/cpp/private/flash.cc @@ -49,7 +49,7 @@ template <> const char* interface_name<PPB_Flash_Print_1_0>() { // have this meta one at the most recent version. Function pointers will be // null if they're not supported on the current Chrome version. bool initialized_combined_interface = false; -PPB_Flash flash_12_combined_interface = {}; +PPB_Flash flash_12_combined_interface; // Makes sure that the most recent version is loaded into the combined // interface struct above. Any unsupported functions will be NULL. If there |