| Index: trunk/Source/core/page/DragData.h
|
| ===================================================================
|
| --- trunk/Source/core/page/DragData.h (revision 174395)
|
| +++ trunk/Source/core/page/DragData.h (working copy)
|
| @@ -67,7 +67,7 @@
|
| String asURL(FilenameConversionPolicy filenamePolicy = ConvertFilenames, String* title = 0) const;
|
| String asPlainText() const;
|
| void asFilenames(Vector<String>&) const;
|
| - PassRefPtrWillBeRawPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
|
| + PassRefPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
|
| bool canSmartReplace() const;
|
| bool containsFiles() const;
|
| unsigned numberOfFiles() const;
|
|
|