| Summary: | Web Inspector: WebInspectorUI does not need to be an API::Object | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca, bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | DoNotImportToRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 260954 [details]
[PATCH] Proposed Fix
Comment on attachment 260954 [details] [PATCH] Proposed Fix Clearing flags on attachment: 260954 Committed r189592: <http://trac.webkit.org/changeset/189592> All reviewed patches have been landed. Closing bug. |
* SUMMARY WebInspectorUI does not need to be an API::Object. WebKit::WebInspector is API - WKInspectorRef WebKit::WebInspectorUI is not API, it is just internal to WebKit. Switching to just RefCounted works.