Bug 76402 - Web Inspector: CSS backend doesn't conform to Inspector.json
Summary: Web Inspector: CSS backend doesn't conform to Inspector.json
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 13:03 PST by Peter Rybin
Modified: 2012-01-17 03:57 PST (History)
11 users (show)

See Also:


Attachments
Patch (4.44 KB, patch)
2012-01-17 03:33 PST, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>