Bug 159265 - Delete WKElementInfo since it's not used
Summary: Delete WKElementInfo since it's not used
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-29 09:32 PDT by Beth Dakin
Modified: 2016-06-29 19:26 PDT (History)
7 users (show)

See Also:


Attachments
Patch (17.60 KB, patch)
2016-06-29 09:35 PDT, Beth Dakin
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2016-06-29 09:32:37 PDT
Delete WKElement since it's not used
Comment 1 Beth Dakin 2016-06-29 09:35:00 PDT
Created attachment 282352 [details]
Patch
Comment 2 WebKit Commit Bot 2016-06-29 09:36:50 PDT
Attachment 282352 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKPreviewElementInfoInternal.h:32:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2016-06-29 09:38:32 PDT
Comment on attachment 282352 [details]
Patch

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

> Source/WebKit2/ChangeLog:3
> +        Delete WKElement since it's not used

I think you mean WKElementInfo
Comment 4 Radar WebKit Bug Importer 2016-06-29 11:49:05 PDT
<rdar://problem/27085261>
Comment 5 Beth Dakin 2016-06-29 11:51:48 PDT
Thanks, Sam! https://trac.webkit.org/changeset/202638
Comment 6 Hunseop Jeong 2016-06-29 19:26:09 PDT
CMake build fix.
Committed r202661: <http://trac.webkit.org/changeset/202661>