Bug 159265

Summary: Delete WKElementInfo since it's not used
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, commit-queue, hs85.jeong, mitz, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

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>