From 0eab1834edb2b6fe485d1f20fbcd5f16c7a97d28 Mon Sep 17 00:00:00 2001 From: win7-7 Date: Fri, 2 Aug 2019 16:31:54 +0300 Subject: [PATCH] Outdated comment removal (no code changes) No code changes. --- layout/base/FrameProperties.h | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/base/FrameProperties.h b/layout/base/FrameProperties.h index 74513abacb..3884b07bd7 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.