diff options
Diffstat (limited to 'WebCore/platform/qt/DragDataQt.cpp')
-rw-r--r-- | WebCore/platform/qt/DragDataQt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/qt/DragDataQt.cpp b/WebCore/platform/qt/DragDataQt.cpp index b0611e6..09a797f 100644 --- a/WebCore/platform/qt/DragDataQt.cpp +++ b/WebCore/platform/qt/DragDataQt.cpp @@ -134,7 +134,7 @@ String DragData::asURL(String*) const PassRefPtr<DocumentFragment> DragData::asFragment(Document* doc) const { if (m_platformDragData && m_platformDragData->hasHtml()) - return createFragmentFromMarkup(doc, m_platformDragData->html(), ""); + return createFragmentFromMarkup(doc, m_platformDragData->html(), "", FragmentScriptingNotAllowed); return 0; } |