summaryrefslogtreecommitdiffstats
path: root/layout/style/nsRuleNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/nsRuleNode.cpp')
-rw-r--r--layout/style/nsRuleNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/style/nsRuleNode.cpp b/layout/style/nsRuleNode.cpp
index c2fd70879..739deaea1 100644
--- a/layout/style/nsRuleNode.cpp
+++ b/layout/style/nsRuleNode.cpp
@@ -4510,7 +4510,7 @@ TruncateStringToSingleGrapheme(nsAString& aStr)
struct LengthNumberCalcObj
{
- float LengthNumberCalcObj;
+ float mValue;
bool mIsNumber;
};