| Index: third_party/WebKit/public/web/WebHitTestResult.h
|
| diff --git a/third_party/WebKit/public/web/WebHitTestResult.h b/third_party/WebKit/public/web/WebHitTestResult.h
|
| index b3aa1ca3ebc02947278276c92cec745b95c1acfb..decb89bd72476c1e99bcc1692a325b70435472eb 100644
|
| --- a/third_party/WebKit/public/web/WebHitTestResult.h
|
| +++ b/third_party/WebKit/public/web/WebHitTestResult.h
|
| @@ -37,9 +37,9 @@ class WebNode;
|
| class WebURL;
|
| struct WebPoint;
|
|
|
| -// Properties of a hit test result, i.e. properties of the nodes at a given point
|
| -// (the hit point) on the page. Both urls may be populated at the same time, for
|
| -// example in the instance of an <img> inside an <a>.
|
| +// Properties of a hit test result, i.e. properties of the nodes at a given
|
| +// point (the hit point) on the page. Both urls may be populated at the same
|
| +// time, for example in the instance of an <img> inside an <a>.
|
| class WebHitTestResult {
|
| public:
|
| WebHitTestResult() {}
|
|
|