Bug 84021 - delete ws_info without NULL checking.
Summary: delete ws_info without NULL checking.
Status: CLOSED DUPLICATE of bug 83004
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 05:03 PDT by Kwangmin Bang
Modified: 2012-04-16 17:14 PDT (History)
0 users

See Also:


Attachments
delete ws_info without NULL checking. (1.27 KB, patch)
2012-04-16 05:03 PDT, Kwangmin Bang
no flags Details | Formatted Diff | Diff
delete ws_info without NULL checking. remove null check (1.25 KB, patch)
2012-04-16 05:05 PDT, Kwangmin Bang
no flags Details | Formatted Diff | Diff
delete ws_info without NULL checking. remove static_cast (1.20 KB, patch)
2012-04-16 05:06 PDT, Kwangmin Bang
no flags Details | Formatted Diff | Diff
delete ws_info without NULL checking. indent (1.20 KB, patch)
2012-04-16 05:12 PDT, Kwangmin Bang
no flags Details | Formatted Diff | Diff
delete ws_info without NULL checking. casting (1.24 KB, patch)
2012-04-16 05:13 PDT, Kwangmin Bang
no flags Details | Formatted Diff | Diff
delete ws_info without NULL checking. cast (1.24 KB, patch)
2012-04-16 05:16 PDT, Kwangmin Bang
no flags Details | Formatted Diff | Diff
delete ws_info without NULL checking. remove static_cast (1.20 KB, patch)
2012-04-16 05:17 PDT, Kwangmin Bang
webkit-ews: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwangmin Bang 2012-04-16 05:03:26 PDT
delete ws_info without NULL checking.
Comment 1 Kwangmin Bang 2012-04-16 05:03:55 PDT
Created attachment 137318 [details]
delete ws_info without NULL checking.

delete ws_info without NULL checking.
Comment 2 Kwangmin Bang 2012-04-16 05:05:30 PDT
Created attachment 137319 [details]
delete ws_info without NULL checking.   remove null check

delete ws_info without NULL checking.
Comment 3 Kwangmin Bang 2012-04-16 05:06:33 PDT
Created attachment 137320 [details]
delete ws_info without NULL checking. remove static_cast

delete ws_info without NULL checking.
Comment 4 Kwangmin Bang 2012-04-16 05:12:01 PDT
Created attachment 137322 [details]
delete ws_info without NULL checking.   indent

delete ws_info without NULL checking.
Comment 5 Kwangmin Bang 2012-04-16 05:13:34 PDT
Created attachment 137323 [details]
delete ws_info without NULL checking. casting 

delete ws_info without NULL checking.
Comment 6 Kwangmin Bang 2012-04-16 05:16:23 PDT
Created attachment 137325 [details]
delete ws_info without NULL checking. cast

delete ws_info without NULL checking.
Comment 7 Kwangmin Bang 2012-04-16 05:17:01 PDT
Created attachment 137326 [details]
delete ws_info without NULL checking. remove static_cast

delete ws_info without NULL checking.
Comment 8 Early Warning System Bot 2012-04-16 05:22:19 PDT
Comment on attachment 137326 [details]
delete ws_info without NULL checking. remove static_cast

Attachment 137326 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/12343068
Comment 9 Alexey Proskuryakov 2012-04-16 09:07:04 PDT
Comment on attachment 137326 [details]
delete ws_info without NULL checking. remove static_cast

View in context: https://bugs.webkit.org/attachment.cgi?id=137326&action=review

> Source/WebCore/ChangeLog:10
> +        Additionally, change casting syntax to C++ style.

This doesn't sound accurate - there is no casting after this patch.
Comment 10 Kwangmin Bang 2012-04-16 17:06:16 PDT

*** This bug has been marked as a duplicate of bug 83004 ***
Comment 11 Kwangmin Bang 2012-04-16 17:13:09 PDT
Please ignore this bug.
Comment 12 Kwangmin Bang 2012-04-16 17:14:17 PDT
close this bug