Changeset 161080 in webkit
- Timestamp:
- Dec 25, 2013, 6:57:54 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r161077 r161080 1 2013-12-25 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> 2 3 [Nix] Fixing DragData::asFragment signature in DragDataNix.cpp 4 https://bugs.webkit.org/show_bug.cgi?id=126229 5 6 Reviewed by Daniel Bates. 7 8 * platform/nix/DragDataNix.cpp: 9 (WebCore::DragData::asFragment): 10 1 11 2013-12-25 Commit Queue <commit-queue@webkit.org> 2 12 -
trunk/Source/WebCore/platform/nix/DragDataNix.cpp
r155360 r161080 86 86 } 87 87 88 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const88 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, Range&, bool, bool&) const 89 89 { 90 return 0;90 return nullptr; 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.