Index: content/renderer/pepper/pepper_plugin_instance_impl.cc |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
index fd5b495d10d637c0211d772f2cd5175a08e0940f..b4b75d3dded969128c5c886116f4f359913b7a82 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
@@ -1828,7 +1828,7 @@ bool PepperPluginInstanceImpl::GetPrintPresetOptionsFromDocument( |
} |
bool PepperPluginInstanceImpl::CanRotateView() { |
- if (!LoadPdfInterface()) |
+ if (!LoadPdfInterface() || module()->is_crashed()) |
return false; |
return true; |