summaryrefslogtreecommitdiffstats
path: root/dom/script/ModuleLoadRequest.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-08 11:01:01 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-08 11:01:01 +0000
commitb55d425b37b552e3fd5c781af6d9a172d0ce763c (patch)
tree2ecc2528720563be1ddfa02b637dcd8297dfd2ba /dom/script/ModuleLoadRequest.h
parent1154e48843479efa00d81712cafcd9e520180030 (diff)
parentdf55ce90372c71ec9cb186677044aacc96c87187 (diff)
downloadUXP-b55d425b37b552e3fd5c781af6d9a172d0ce763c.tar
UXP-b55d425b37b552e3fd5c781af6d9a172d0ce763c.tar.gz
UXP-b55d425b37b552e3fd5c781af6d9a172d0ce763c.tar.lz
UXP-b55d425b37b552e3fd5c781af6d9a172d0ce763c.tar.xz
UXP-b55d425b37b552e3fd5c781af6d9a172d0ce763c.zip
Merge branch 'es-modules-work'
Diffstat (limited to 'dom/script/ModuleLoadRequest.h')
-rw-r--r--dom/script/ModuleLoadRequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/script/ModuleLoadRequest.h b/dom/script/ModuleLoadRequest.h
index eefb7dad5..4eac65090 100644
--- a/dom/script/ModuleLoadRequest.h
+++ b/dom/script/ModuleLoadRequest.h
@@ -56,7 +56,7 @@ public:
ModuleLoadRequest(nsIURI* aURI,
ModuleLoadRequest* aParent);
- bool IsTopLevel() const {
+ bool IsTopLevel() const override {
return mIsTopLevel;
}