Commit c75a3a67 authored by bdakin's avatar bdakin

Adding comment.


git-svn-id: svn://svn.chromium.org/blink/trunk@18925 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 2e1dbd68
2007-01-17 Beth Dakin <bdakin@apple.com>
Rubber stamped by Darin.
* rendering/HitTestResult.cpp: Just added a comment.
2007-01-17 Justin Garcia <justin.garcia@apple.com>
Reviewed by darin
......
......@@ -266,6 +266,10 @@ String HitTestResult::textContent() const
return m_innerURLElement->textContent();
}
// FIXME: This function needs a better name and may belong in a different class. It's not
// really isContentEditable(); it's more like needsEditingContextMenu(). In many ways, this
// function would make more sense in the ContextMenu class, except that WebElementDictionary
// hooks into it. Anyway, we should architect this better.
bool HitTestResult::isContentEditable() const
{
if (!m_innerNonSharedNode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment