Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: ppapi/cpp/private/flash.cc

Issue 9421027: Fix typo in Flash::IsAvailable. I got a compiler error when building for heapcheck. No idea why thi… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698