| Index: webkit/api/src/DragClientImpl.cpp
|
| ===================================================================
|
| --- webkit/api/src/DragClientImpl.cpp (revision 30557)
|
| +++ webkit/api/src/DragClientImpl.cpp (working copy)
|
| @@ -36,10 +36,8 @@
|
| #include "Frame.h"
|
| #include "WebDragData.h"
|
| #include "WebViewClient.h"
|
| +#include "WebViewImpl.h"
|
|
|
| -// FIXME: Remove this once WebViewImpl moves out of glue/.
|
| -#include "webkit/glue/webview_impl.h"
|
| -
|
| using namespace WebCore;
|
|
|
| namespace WebKit {
|
| @@ -85,7 +83,7 @@
|
| if (!clipboard->sourceOperation(dragOperationMask))
|
| dragOperationMask = DragOperationEvery;
|
|
|
| - m_webView->StartDragging(
|
| + m_webView->startDragging(
|
| eventPos, dragData, static_cast<WebDragOperationsMask>(dragOperationMask));
|
| }
|
|
|
|
|