summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_pepper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/webplugin_delegate_pepper.cc')
-rw-r--r--chrome/renderer/webplugin_delegate_pepper.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/renderer/webplugin_delegate_pepper.cc b/chrome/renderer/webplugin_delegate_pepper.cc
index 9b55799..2565eb0 100644
--- a/chrome/renderer/webplugin_delegate_pepper.cc
+++ b/chrome/renderer/webplugin_delegate_pepper.cc
@@ -719,10 +719,10 @@ NPError WebPluginDelegatePepper::Device3DInitializeContext(
return NPERR_NO_ERROR;
}
- }
- nested_delegate_->DestroyCommandBuffer(command_buffer_);
- command_buffer_ = NULL;
+ nested_delegate_->DestroyCommandBuffer(command_buffer_);
+ command_buffer_ = NULL;
+ }
}
nested_delegate_->PluginDestroyed();