Summary: | Web Inspector: remove CSS.setPropertyText, CSS.toggleProperty and related dead code | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Brian Burg <burg> | ||||||
Component: | Web Inspector | Assignee: | Brian Burg <burg> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=176643 | ||||||||
Attachments: |
|
Description
Brian Burg
2015-01-27 14:55:45 PST
Created attachment 245477 [details]
Patch
Comment on attachment 245477 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245477&action=review Nice! > Source/WebCore/inspector/InspectorStyleSheet.cpp:-1247 > - m_inspectorStyles.set(inspectorStyle->cssStyle(), inspectorStyle); I think we can remove m_inspectorStyles. Created attachment 245514 [details]
Removed a few more members
Comment on attachment 245514 [details] Removed a few more members Clearing flags on attachment: 245514 Committed r179286: <http://trac.webkit.org/changeset/179286> All reviewed patches have been landed. Closing bug. |