diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-09-01 15:15:19 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-09-01 15:15:19 +0200 |
commit | f67e3f054fcdd04e78a7779ec7e7f44643ec47e5 (patch) | |
tree | b1e28606aa91ab510680ccad7dd1fc8bebd9c2b5 /dom/base/nsObjectLoadingContent.cpp | |
parent | 11965adc1debca20b7115802d4542aee747b3a1c (diff) | |
download | UXP-f67e3f054fcdd04e78a7779ec7e7f44643ec47e5.tar UXP-f67e3f054fcdd04e78a7779ec7e7f44643ec47e5.tar.gz UXP-f67e3f054fcdd04e78a7779ec7e7f44643ec47e5.tar.lz UXP-f67e3f054fcdd04e78a7779ec7e7f44643ec47e5.tar.xz UXP-f67e3f054fcdd04e78a7779ec7e7f44643ec47e5.zip |
Issue #1179: fix indentation
Diffstat (limited to 'dom/base/nsObjectLoadingContent.cpp')
-rw-r--r-- | dom/base/nsObjectLoadingContent.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dom/base/nsObjectLoadingContent.cpp b/dom/base/nsObjectLoadingContent.cpp index 3c850c4cd..590f236c0 100644 --- a/dom/base/nsObjectLoadingContent.cpp +++ b/dom/base/nsObjectLoadingContent.cpp @@ -718,9 +718,9 @@ nsObjectLoadingContent::UnbindFromTree(bool aDeep, bool aNullParent) if (mType == eType_Plugin) { nsIDocument* doc = thisContent->GetComposedDoc(); if (doc && doc->IsActive()) { - nsCOMPtr<nsIRunnable> ev = new nsSimplePluginEvent(doc, - NS_LITERAL_STRING("PluginRemoved")); - NS_DispatchToCurrentThread(ev); + nsCOMPtr<nsIRunnable> ev = new nsSimplePluginEvent(doc, + NS_LITERAL_STRING("PluginRemoved")); + NS_DispatchToCurrentThread(ev); } } } |