Bug 106121

Summary: [mac] WebKit1 has no equivalent of WKBundleNodeHandleCopyHTMLTableCellElementCellAbove
Product: WebKit Reporter: mitz
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
Add -[DOMHTMLTableCellElement _cellAbove] adele: review+

Description mitz 2013-01-04 11:39:37 PST
There is not WebKit1 API for getting the table cell above a given cell.
Comment 1 mitz 2013-01-04 12:15:11 PST
Created attachment 181354 [details]
Add -[DOMHTMLTableCellElement _cellAbove]
Comment 2 WebKit Review Bot 2013-01-04 12:20:33 PST
Attachment 181354 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/bindings/objc/DOMPrivate.h:74:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2013-01-04 13:41:38 PST
Fixed in <http://trac.webkit.org/r138851>.