diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-07-12 00:30:22 +0300 |
---|---|---|
committer | win7-7 <win7-7@users.noreply.github.com> | 2019-07-12 00:30:22 +0300 |
commit | a059b0688b82ca1fc51eae621916eb6dd008d873 (patch) | |
tree | 5a171d63c55b2e72ec61a5a89da8f10bdc34ecc8 /layout/base | |
parent | 69970c911be3c9189006c61fea7c059bf4f7e005 (diff) | |
download | UXP-a059b0688b82ca1fc51eae621916eb6dd008d873.tar UXP-a059b0688b82ca1fc51eae621916eb6dd008d873.tar.gz UXP-a059b0688b82ca1fc51eae621916eb6dd008d873.tar.lz UXP-a059b0688b82ca1fc51eae621916eb6dd008d873.tar.xz UXP-a059b0688b82ca1fc51eae621916eb6dd008d873.zip |
Fix comments for Frameproperties
https://bugzilla.mozilla.org/show_bug.cgi?id=1373884
Fixes comments for Frameproperties.
These comments went unnoticed earlier.
No code changes.
Diffstat (limited to 'layout/base')
-rw-r--r-- | layout/base/FrameProperties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/base/FrameProperties.h b/layout/base/FrameProperties.h index 71a79138a..74513abac 100644 --- a/layout/base/FrameProperties.h +++ b/layout/base/FrameProperties.h @@ -62,7 +62,7 @@ protected: * * To use this class, declare a global (i.e., file, class or function-scope * static member) FramePropertyDescriptor and pass its address as - * aProperty in the FramePropertyTable methods. + * aProperty in the FrameProperties methods. */ template<typename T> struct FramePropertyDescriptor : public FramePropertyDescriptorUntyped |