[webkit-reviews] review granted: [Bug 38255] Web Inspector: REGRESSION: Disabled style properties are absent in Styles sidebar after WebInspector is re-opened : [Attachment 54800] [PATCH] Added lost WebCore.pro change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 07:20:39 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 38255: Web Inspector: REGRESSION: Disabled style properties are absent in
Styles sidebar after WebInspector is re-opened
https://bugs.webkit.org/show_bug.cgi?id=38255

Attachment 54800: [PATCH] Added lost WebCore.pro change
https://bugs.webkit.org/attachment.cgi?id=54800&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
WebCore/inspector/InspectorCSSStore.cpp:45
 +	reset();
Is it necessary?

WebCore/inspector/InspectorCSSStore.h:44
 +  typedef std::pair<String, String> PropertyValueAndPriority;
Consider moving these declarations into the struct below and impporting them
with "using"


More information about the webkit-reviews mailing list