Bug 140961

Summary: Web Inspector: remove CSS.setPropertyText, CSS.toggleProperty and related dead code
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: 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 Flags
Patch
none
Removed a few more members none

Description Brian Burg 2015-01-27 14:55:45 PST
heh. wow.
Comment 1 Radar WebKit Bug Importer 2015-01-27 14:56:16 PST
<rdar://problem/19621042>
Comment 2 Brian Burg 2015-01-27 14:59:02 PST
Created attachment 245477 [details]
Patch
Comment 3 Timothy Hatcher 2015-01-27 17:53:57 PST
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.
Comment 4 Brian Burg 2015-01-27 20:57:30 PST
Created attachment 245514 [details]
Removed a few more members
Comment 5 WebKit Commit Bot 2015-01-28 13:45:01 PST
Comment on attachment 245514 [details]
Removed a few more members

Clearing flags on attachment: 245514

Committed r179286: <http://trac.webkit.org/changeset/179286>
Comment 6 WebKit Commit Bot 2015-01-28 13:45:05 PST
All reviewed patches have been landed.  Closing bug.