Commit 548fb14f authored by darin@apple.com's avatar darin@apple.com

* WebProcess/WebCoreSupport/mac/WebDragClientMac.mm:

(WebKit::WebDragClient::startDrag): Fixed typo in a comment.



git-svn-id: svn://svn.chromium.org/blink/trunk@80955 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4a4769a7
2011-03-12 Darin Adler <darin@apple.com>
* WebProcess/WebCoreSupport/mac/WebDragClientMac.mm:
(WebKit::WebDragClient::startDrag): Fixed typo in a comment.
2011-03-11 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig.
......
......@@ -96,7 +96,7 @@ void WebDragClient::startDrag(RetainPtr<NSImage> image, const IntPoint& point, c
SharedMemory::Handle handle;
if (!bitmap->createHandle(handle))
return;
// FIXME: Seems this mesage should be named StartDrag, not SetDragImage.
// FIXME: Seems this message should be named StartDrag, not SetDragImage.
m_page->send(Messages::WebPageProxy::SetDragImage(point, bitmap->size(), handle, linkDrag));
}
......
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