Bug 106033 - No way to obtain a DOMNode given a JS wrapper for a Node
Summary: No way to obtain a DOMNode given a JS wrapper for a Node
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 13:45 PST by mitz
Modified: 2013-01-04 07:15 PST (History)
2 users (show)

See Also:


Attachments
Add +[DOMNode _nodeFromJSWrapper:] (9.91 KB, patch)
2013-01-03 13:49 PST, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-01-03 13:45:26 PST
No way to obtain a DOMNode given a JS wrapper for a Node
Comment 1 mitz 2013-01-03 13:49:34 PST
Created attachment 181214 [details]
Add +[DOMNode _nodeFromJSWrapper:]
Comment 2 WebKit Review Bot 2013-01-03 13:53:18 PST
Attachment 181214 [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:34:  Extra space before ( in function call  [whitespace/parens] [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 2013-01-03 14:53:12 PST
Comment on attachment 181214 [details]
Add +[DOMNode _nodeFromJSWrapper:]

Nice.
Comment 4 mitz 2013-01-03 15:03:13 PST
Fixed in <http://trac.webkit.org/r138747>.