summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2019-08-11 14:21:17 +0000
committerGitHub <noreply@github.com>2019-08-11 14:21:17 +0000
commit06a1dd2a2827ceb7d2e7248ca64e2524dc3c9440 (patch)
tree351a1f938a36b6e095c7d21856dab9e6fb75b200
parentb5cbb4d2f8d43469d1eb80cfcff5eae4dee706e2 (diff)
parent1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3 (diff)
downloadUXP-06a1dd2a2827ceb7d2e7248ca64e2524dc3c9440.tar
UXP-06a1dd2a2827ceb7d2e7248ca64e2524dc3c9440.tar.gz
UXP-06a1dd2a2827ceb7d2e7248ca64e2524dc3c9440.tar.lz
UXP-06a1dd2a2827ceb7d2e7248ca64e2524dc3c9440.tar.xz
UXP-06a1dd2a2827ceb7d2e7248ca64e2524dc3c9440.zip
Merge pull request #1209 from win7-7/FrameProperties-remove-obsolete-comment
FrameProperties remove obsolete comment (no code changes)
-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.