summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/HitTestRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/HitTestRequest.h')
-rw-r--r--Source/WebCore/rendering/HitTestRequest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/HitTestRequest.h b/Source/WebCore/rendering/HitTestRequest.h
index 1900900f1..3faf88a9f 100644
--- a/Source/WebCore/rendering/HitTestRequest.h
+++ b/Source/WebCore/rendering/HitTestRequest.h
@@ -37,7 +37,6 @@ public:
TouchEvent = 1 << 7,
AllowShadowContent = 1 << 8,
AllowChildFrameContent = 1 << 9,
- // FIXME: Get rid of the two options below if possible.
ChildFrameHitTest = 1 << 10,
TestChildFrameScrollBars = 1 << 11
};