Changeset 161080 in webkit


Ignore:
Timestamp:
Dec 25, 2013, 6:57:54 PM (12 years ago)
Author:
thiago.lacerda@openbossa.org
Message:

[Nix] Fixing DragData::asFragment signature in DragDataNix.cpp
https://bugs.webkit.org/show_bug.cgi?id=126229

Reviewed by Daniel Bates.

  • platform/nix/DragDataNix.cpp:

(WebCore::DragData::asFragment):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r161077 r161080  
     12013-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
    1112013-12-25  Commit Queue  <commit-queue@webkit.org>
    212
  • trunk/Source/WebCore/platform/nix/DragDataNix.cpp

    r155360 r161080  
    8686}
    8787
    88 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const
     88PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, Range&, bool, bool&) const
    8989{
    90     return 0;
     90    return nullptr;
    9191}
    9292
Note: See TracChangeset for help on using the changeset viewer.