| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index 04ae57d13bc7a25c653a8d1d681026518bf54369..9fdd35cdd4003209b9a8823f35dde9faf5ed7e9f 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -42,7 +42,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -struct CSSParserLocation;
|
| +struct CSSParserString;
|
| class CSSRule;
|
| class CSSRuleList;
|
| class CSSStyleDeclaration;
|
| @@ -90,7 +90,7 @@ public:
|
| };
|
|
|
| static CSSStyleRule* asCSSStyleRule(CSSRule*);
|
| - static bool cssErrorFilter(const CSSParserLocation&, int propertyId, int errorType);
|
| + static bool cssErrorFilter(const CSSParserString& content, int propertyId, int errorType);
|
|
|
| static PassOwnPtr<InspectorCSSAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent)
|
| {
|
|
|