| Index: components/plugins/renderer/plugin_placeholder.cc
|
| diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc
|
| index fbdbc5069ab597626e4239d5b8ddb1a4eff1a2b6..46862656967e355bdc47c08e4a8408da04776544 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.cc
|
| +++ b/components/plugins/renderer/plugin_placeholder.cc
|
| @@ -22,6 +22,8 @@ PluginPlaceholder::PluginPlaceholder(content::RenderFrame* render_frame,
|
| render_frame->GetWebkitPreferences(),
|
| html_data,
|
| placeholderDataUrl)) {
|
| + DCHECK(placeholderDataUrl.is_valid())
|
| + << "Blink requires the placeholder to have a valid URL.";
|
| }
|
|
|
| PluginPlaceholder::~PluginPlaceholder() {}
|
|
|