summaryrefslogtreecommitdiffstats
path: root/docshell/base/nsDocShellLoadInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/base/nsDocShellLoadInfo.h')
-rw-r--r--docshell/base/nsDocShellLoadInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/docshell/base/nsDocShellLoadInfo.h b/docshell/base/nsDocShellLoadInfo.h
index f3ddcca1e..09479683b 100644
--- a/docshell/base/nsDocShellLoadInfo.h
+++ b/docshell/base/nsDocShellLoadInfo.h
@@ -49,6 +49,10 @@ protected:
nsString mSrcdocData;
nsCOMPtr<nsIDocShell> mSourceDocShell;
nsCOMPtr<nsIURI> mBaseURI;
+
+ // This will be true if this load is triggered by attribute changes.
+ // See nsILoadInfo.isFromProcessingFrameAttributes
+ bool mIsFromProcessingFrameAttributes;
};
#endif /* nsDocShellLoadInfo_h__ */