Bug 126229

Summary: [Nix] Fixing DragData::asFragment signature in DragDataNix.cpp
Product: WebKit Reporter: Thiago de Barros Lacerda <thiago.lacerda>
Component: WebCore Misc.Assignee: Thiago de Barros Lacerda <thiago.lacerda>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
dbates: review+
Patch for landing none

Thiago de Barros Lacerda
Reported 2013-12-25 10:39:34 PST
[Nix] Fixing DragData::asFragment signature in DragDataNix.cpp
Attachments
Patch (1.31 KB, patch)
2013-12-25 10:41 PST, Thiago de Barros Lacerda
dbates: review+
Patch for landing (1.32 KB, patch)
2013-12-25 18:19 PST, Thiago de Barros Lacerda
no flags
Thiago de Barros Lacerda
Comment 1 2013-12-25 10:41:21 PST
Daniel Bates
Comment 2 2013-12-25 15:39:19 PST
Comment on attachment 219995 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=219995&action=review > Source/WebCore/ChangeLog:8 > + No new tests needed. Either remove this line or explain why "no new tests [are] needed". It seems obvious that no new tests are needed as this patch is a build fix. > Source/WebCore/platform/nix/DragDataNix.cpp:90 > return 0; Nit: 0 => nullptr
Thiago de Barros Lacerda
Comment 3 2013-12-25 18:18:48 PST
(In reply to comment #2) > (From update of attachment 219995 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=219995&action=review > > > Source/WebCore/ChangeLog:8 > > + No new tests needed. > > Either remove this line or explain why "no new tests [are] needed". It seems obvious that no new tests are needed as this patch is a build fix. OK > > > Source/WebCore/platform/nix/DragDataNix.cpp:90 > > return 0; > > Nit: 0 => nullptr OK
Thiago de Barros Lacerda
Comment 4 2013-12-25 18:19:36 PST
Created attachment 220017 [details] Patch for landing
WebKit Commit Bot
Comment 5 2013-12-25 18:54:24 PST
Comment on attachment 220017 [details] Patch for landing Clearing flags on attachment: 220017 Committed r161080: <http://trac.webkit.org/changeset/161080>
Note You need to log in before you can comment on or make changes to this bug.