Index: third_party/WebKit/Source/core/layout/LayoutPart.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
index 1df3700a7cf0c5be975398514ee2c807d4bd2146..e231eb5d41170c99d1a1db0da80b9405466c43cf 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
@@ -176,7 +176,7 @@ bool LayoutPart::nodeAtPoint(HitTestResult& result, const HitTestLocation& locat |
HitTestRequest newHitTestRequest(result.hitTestRequest().type() | HitTestRequest::ChildFrameHitTest); |
HitTestResult childFrameResult(newHitTestRequest, newHitTestLocation); |
- // The frame's layout and style must be up-to-date if we reach here. |
+ // The frame's layout and style must be up to date if we reach here. |
bool isInsideChildFrame = childRootItem.hitTestNoLifecycleUpdate(childFrameResult); |
if (result.hitTestRequest().listBased()) { |