Bug 76402

Summary: Web Inspector: CSS backend doesn't conform to Inspector.json
Product: WebKit Reporter: Peter Rybin <prybin>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, prybin, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Peter Rybin 2012-01-16 13:03:07 PST
Source/WebCore/inspector/InspectorStyleSheet.cpp:133
"linkedSheet" and "inlineSheet" are not enum constants (C++ TypeBuilder::CSS::CSSMedia::Source)

Source/WebCore/inspector/InspectorStyleSheet.cpp:851
"shorthandValues" and "properties" are not declared (C++ TypeBuilder::CSS::CSSStyle)
Comment 1 Alexander Pavlov (apavlov) 2012-01-17 03:33:57 PST
Created attachment 122746 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-01-17 03:57:49 PST
Committed r105139: <http://trac.webkit.org/changeset/105139>