summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2019-08-02 16:31:54 +0300
committerwin7-7 <win7-7@users.noreply.github.com>2019-08-02 16:31:54 +0300
commit248476f94e89772d64f6cbe597ebb193522f2a46 (patch)
treee943a791569ac8407cebec434544b80db6b973e5 /layout
parent333554821af37a582dc2a8849197849cbb7b36c8 (diff)
downloadUXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar
UXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar.gz
UXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar.lz
UXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar.xz
UXP-248476f94e89772d64f6cbe597ebb193522f2a46.zip
Outdated comment removal (no code changes)
No code changes.
Diffstat (limited to 'layout')
-rw-r--r--layout/base/FrameProperties.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/layout/base/FrameProperties.h b/layout/base/FrameProperties.h
index 74513abac..3884b07bd 100644
--- a/layout/base/FrameProperties.h
+++ b/layout/base/FrameProperties.h
@@ -202,7 +202,6 @@ public:
/**
* Get a property value. This requires a linear search through
- * lookup (using the frame as the key) and a linear search through
* the properties of the frame. If the frame has no such property,
* returns zero-filled result, which means null for pointers and
* zero for integers and floating point types.