WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
160820
[Cocoa] Instances of WKObject subclasses don’t work correctly with CFGetTypeID()
https://bugs.webkit.org/show_bug.cgi?id=160820
Summary
[Cocoa] Instances of WKObject subclasses don’t work correctly with CFGetTypeID()
mitz
Reported
2016-08-12 14:12:48 PDT
<
rdar://problem/27825875
> For example, CFGetTypeID(webView.title) is not equal to CFStringGetTypeID(), but should be.
Attachments
Implement -[WKObject _cfTypeID]
(1.37 KB, patch)
2016-08-12 16:27 PDT
,
mitz
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2016-08-12 15:43:16 PDT
I picked a bad example with webView.title, but this happens for APIs that do expose internal wrappers.
mitz
Comment 2
2016-08-12 16:27:51 PDT
Created
attachment 285973
[details]
Implement -[WKObject _cfTypeID]
mitz
Comment 3
2016-08-12 16:36:17 PDT
Fixed in <
https://trac.webkit.org/r204432
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug