| 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 b34ab5b7269ddd3792c9b0486f59e76f12564285..1ba26d24437e17631253e86ebe968bcadcef14c0 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -479,6 +479,7 @@ PepperPluginInstanceImpl::PepperPluginInstanceImpl(
|
| layer_bound_to_fullscreen_(false),
|
| layer_is_hardware_(false),
|
| plugin_url_(plugin_url),
|
| + document_url_(container ? container->element().document().url() : GURL()),
|
| is_flash_plugin_(module->name() == kFlashPluginName),
|
| has_been_clicked_(false),
|
| javascript_used_(false),
|
|
|