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

Unified Diff: trunk/src/pdf/out_of_process_instance.cc

Issue 302163007: Revert 274186 "Re-enable PDFExtensionTest.BasicPlugin" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/chrome/test/data/pdf/viewport_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/pdf/out_of_process_instance.cc
===================================================================
--- trunk/src/pdf/out_of_process_instance.cc (revision 274218)
+++ trunk/src/pdf/out_of_process_instance.cc (working copy)
@@ -407,7 +407,7 @@
pp::VarDictionary reply;
reply.Set(pp::Var(kType), pp::Var(kJSGetAccessibilityJSONReplyType));
if (dict.Get(pp::Var(kJSAccessibilityPageNumber)).is_int()) {
- int page = dict.Get(pp::Var(kJSAccessibilityPageNumber)).AsInt();
+ int page = pp::Var(kJSAccessibilityPageNumber).AsInt();
reply.Set(pp::Var(kJSAccessibilityJSON),
pp::Var(engine_->GetPageAsJSON(page)));
} else {
« no previous file with comments | « trunk/src/chrome/test/data/pdf/viewport_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698