diff --git a/content/base/src/ImportManager.cpp b/content/base/src/ImportManager.cpp index 48b44f6ac327..e2c822fdc1e9 100644 --- a/content/base/src/ImportManager.cpp +++ b/content/base/src/ImportManager.cpp @@ -133,8 +133,8 @@ public: mNode, mSuccess ? NS_LITERAL_STRING("load") : NS_LITERAL_STRING("error"), - /* aCanBubble = */ true, - /* aCancelable = */ true); + /* aCanBubble = */ false, + /* aCancelable = */ false); } private: