Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/script. r=smaug
Depends on D66027 Differential Revision: https://phabricator.services.mozilla.com/D66028
This commit is contained in:
@@ -38,7 +38,7 @@ ScriptLoadHandler::ScriptLoadHandler(ScriptLoader* aScriptLoader,
|
||||
MOZ_ASSERT(mRequest->IsLoading());
|
||||
}
|
||||
|
||||
ScriptLoadHandler::~ScriptLoadHandler() {}
|
||||
ScriptLoadHandler::~ScriptLoadHandler() = default;
|
||||
|
||||
NS_IMPL_ISUPPORTS(ScriptLoadHandler, nsIIncrementalStreamLoaderObserver)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user