| Index: content/renderer/child_frame_compositing_helper.cc
|
| diff --git a/content/renderer/child_frame_compositing_helper.cc b/content/renderer/child_frame_compositing_helper.cc
|
| index 97f37b4c541f16269fd6889ee30fafff384eef5e..b1196f78f070980294767ffcab85175c319ddb96 100644
|
| --- a/content/renderer/child_frame_compositing_helper.cc
|
| +++ b/content/renderer/child_frame_compositing_helper.cc
|
| @@ -67,7 +67,7 @@ BrowserPluginManager* ChildFrameCompositingHelper::GetBrowserPluginManager() {
|
| if (!browser_plugin_)
|
| return NULL;
|
|
|
| - return browser_plugin_->browser_plugin_manager();
|
| + return BrowserPluginManager::Get();
|
| }
|
|
|
| blink::WebPluginContainer* ChildFrameCompositingHelper::GetContainer() {
|
|
|