summaryrefslogtreecommitdiffstats
path: root/dom/html/PluginDocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/PluginDocument.cpp')
-rw-r--r--dom/html/PluginDocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/PluginDocument.cpp b/dom/html/PluginDocument.cpp
index 1c923ecc6..f6be8a915 100644
--- a/dom/html/PluginDocument.cpp
+++ b/dom/html/PluginDocument.cpp
@@ -206,7 +206,7 @@ PluginDocument::CreateSyntheticPluginDocument()
NS_ENSURE_SUCCESS(rv, rv);
// then attach our plugin
- Element* body = GetBodyElement();
+ RefPtr<Element> body = GetBodyElement();
if (!body) {
NS_WARNING("no body on plugin document!");
return NS_ERROR_FAILURE;