| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 1ee22b706aa2ef9805048992fc87b02abe433092..42cce5269f314b726e30d63e43d5cabe3fe01f8f 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -55,7 +55,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -struct CSSParserLocation;
|
| +struct CSSParserString;
|
| class CSSRule;
|
| class CachedResource;
|
| class CharacterData;
|
| @@ -196,7 +196,7 @@ inline InstrumentingAgents* instrumentingAgentsForElement(Element* element)
|
| return instrumentingAgentsForDocument(element->document());
|
| }
|
|
|
| -bool cssErrorFilter(const CSSParserLocation&, int propertyId, int errorType);
|
| +bool cssErrorFilter(const CSSParserString& content, int propertyId, int errorType);
|
|
|
| } // namespace InspectorInstrumentation
|
|
|
|
|