Index: ppapi/cpp/private/flash.cc |
=================================================================== |
--- ppapi/cpp/private/flash.cc (revision 122721) |
+++ ppapi/cpp/private/flash.cc (working copy) |
@@ -40,7 +40,7 @@ |
// static |
bool Flash::IsAvailable() { |
return has_interface<PPB_Flash>() || |
- has_interface<PPB_Flash_12_0>(); |
+ has_interface<PPB_Flash_12_0>() || |
has_interface<PPB_Flash_11>(); |
} |