Index: third_party/WebKit/Source/core/page/DragData.cpp |
diff --git a/third_party/WebKit/Source/core/page/DragData.cpp b/third_party/WebKit/Source/core/page/DragData.cpp |
index 0f0dbe28c30db3cd20586c90bd7041a791668861..78c95104c156a4f52d98d999a3f60ba13fcac77d 100644 |
--- a/third_party/WebKit/Source/core/page/DragData.cpp |
+++ b/third_party/WebKit/Source/core/page/DragData.cpp |
@@ -113,14 +113,14 @@ bool DragData::ContainsCompatibleContent() const { |
DocumentFragment* DragData::AsFragment(LocalFrame* frame) const { |
/* |
- * Order is richest format first. On OSX this is: |
- * * Web Archive |
- * * Filenames |
- * * HTML |
- * * RTF |
- * * TIFF |
- * * PICT |
- */ |
+ * Order is richest format first. On OSX this is: |
+ * * Web Archive |
+ * * Filenames |
+ * * HTML |
+ * * RTF |
+ * * TIFF |
+ * * PICT |
+ */ |
if (ContainsFiles()) { |
// FIXME: Implement this. Should be pretty simple to make some HTML |