Index: chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc |
diff --git a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc |
index 0796532247d33d93a1debea4c6d0488fc046c77e..a2605083c28f12b24a6fe366eb841e75a01e8939 100644 |
--- a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc |
+++ b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc |
@@ -54,7 +54,6 @@ blink::WebElement ChromePrintWebViewHelperDelegate::GetPdfElement( |
if (!plugin_element.isNull()) { |
skau
2016/12/16 18:32:50
Why is there a situation where this is null now?
|
return plugin_element; |
} |
- NOTREACHED(); |
} |
#endif // BUILDFLAG(ENABLE_EXTENSIONS) |
return blink::WebElement(); |